The resolved database path (:memory: when memory).
:memory:
String get databasePath => dbConfig['path']?.toString() ?? sqliteMemoryPath;