SQLiteConnectOptions

SQLite specific connection options

Members

Variables

filename
string filename;

Filename of the SQLite database

maxConnections
uint maxConnections;

Maximum connections that allowed to be created. Must not be 0.

minConnections
uint minConnections;

Minimal connections to initialize upfront. Must not be 0.

Meta