databasePath property

String get databasePath

The resolved database path (:memory: when memory).

Implementation

String get databasePath => dbConfig['path']?.toString() ?? sqliteMemoryPath;