sqliteMemoryPath top-level constant
String
const sqliteMemoryPath
The :memory: path accepted by DBSQLiteAdapter to select an in-memory
database.
Implementation
const String sqliteMemoryPath = ':memory:';