openMemory static method

LiteSQL openMemory()

Implementation

static LiteSQL openMemory() => LiteSQL(database: sqlite3.openInMemory());