property DatabaseSyncOptions.enableForeignKeyConstraints
If true
, foreign key constraints
are enabled. This is recommended but can be disabled for compatibility with
legacy database schemas. The enforcement of foreign key constraints can be
enabled and disabled after opening the database using
PRAGMA foreign_keys
.
Type #
boolean | undefined