filename
This commit is contained in:
@@ -25,7 +25,8 @@ class Database {
|
||||
bool remove(const std::string& label_tag);
|
||||
bool get(const std::string& label_tag, dbEntry& entry);
|
||||
bool update(const std::string& label_tag, const dbEntry& entry);
|
||||
bool list(std::vector<dbEntry>& entries);
|
||||
bool list(std::vector<dbEntry>& entries);
|
||||
bool update_or_insert(const dbEntry& entry);
|
||||
private:
|
||||
std::filesystem::path path_;
|
||||
sqlite3* db_;
|
||||
|
Reference in New Issue
Block a user