Added constructors to construct from db info
This is in no way finished. CHECK TODOs!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
This commit is contained in:
@ -3,9 +3,10 @@
|
||||
#pragma once
|
||||
#include "../thirdparty/SQLiteCpp/include/SQLiteCpp/SQLiteCpp.h"
|
||||
namespace data {
|
||||
SQLite::Database start_db();
|
||||
SQLite::Database
|
||||
start_db();
|
||||
static SQLite::Database db = start_db();
|
||||
|
||||
}
|
||||
} // namespace data
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user