data: saving and loading Storage with sqlite file next to project file
This commit is contained in:
@@ -20,6 +20,7 @@ public:
|
||||
SqliteStorage(const std::string& dbFilePath);
|
||||
~SqliteStorage();
|
||||
|
||||
void setup();
|
||||
void clear();
|
||||
|
||||
void beginTransaction();
|
||||
|
||||
Reference in New Issue
Block a user