options property
The DriftDatabaseOptions
to use for this database instance.
Mainly, these options describe how values are mapped from Dart to SQL values. In the future, they could be expanded to dialect-specific options.
Implementation
@override
DriftDatabaseOptions get options => const DriftDatabaseOptions();