Preparing search index...
The search index is not available
@jackdbd/sqlite-utils
@jackdbd/sqlite-utils
foreignKeys
Function foreignKeys
Returns an array of all the foreign key constraints of the requested table.
foreign
Keys
(
db
,
table_name
)
:
ForeignKey
[]
Parameters
db
:
Database
table_name
:
string
Returns
ForeignKey
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@jackdbd/sqlite-utils
Loading...
Returns an array of all the foreign key constraints of the requested table.