options property

  1. @override
DriftDatabaseOptions get 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

@override
i0.DriftDatabaseOptions get options =>
    const i0.DriftDatabaseOptions(storeDateTimeAsText: true);