Instance Propertygrdb 7.3.0GRDB

foreignKeysEnabled

A boolean value indicating whether foreign key support is enabled.

Configuration.swift:25
var foreignKeysEnabled: Bool

The default is true.

Related SQLite documentation: https://www.sqlite.org/foreignkeys.html.