SqliteFactory

A factory that can create SQLite databases.

Constructors

this
this(string filename)

Creates a new SQLite factory.

Members

Functions

isClosed
bool isClosed()

Returns true if the factory has been fully closed, false if it is still possible to open new repositories.

open
auto open()

Opens a connection to a SQLite database.

Meta