options property

DriftDatabaseOptions options

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

DriftDatabaseOptions get options => attachedDatabase.options;