Expand description
Implementation of the database abstraction using SQLite.
Structs§
- Connection
Options - Options to establish a connection to an SQLite database.
Functions§
- connect
- Factory to connect to a SQLite database.
Implementation of the database abstraction using SQLite.