SQT
A C++ ORM framework for SQLite
Loading...
Searching...
No Matches

◆ Database()

sqt::Database::Database ( sqlite3 * handle)
explicitnoexcept

Constructs an instance with the specified SQLite database handle.

Parameters
handleThe SQLite database handle. The ownership of the handle is transferred to the constructed instance.