#include <Database.hpp>
|
| static void | initalize (const std::filesystem::path init_path) |
| | Initalizes the database with init_path. Does not have to be caonical.
|
| |
| static void | deinit () |
| | Deinitalizes the DB.
|
| |
| static sqlite3 & | ref () |
| | Returns a ref to the sqlite DB.
|
| |
◆ deinit()
| void Database::deinit |
( |
| ) |
|
|
static |
◆ initalize()
| void Database::initalize |
( |
const std::filesystem::path | init_path | ) |
|
|
static |
Initalizes the database with init_path. Does not have to be caonical.
◆ lock()
Returns a ref to the global DB lock.
◆ ref()
| sqlite3 & Database::ref |
( |
| ) |
|
|
staticnodiscard |
Returns a ref to the sqlite DB.
◆ Binder
The documentation for this class was generated from the following files: