sqliteInMemory constant

String const sqliteInMemory

Use this value for the directory parameter to create an in-memory database.

Implementation

static const String sqliteInMemory = ':memory:';