class Table {
... Remainder ommited ...
public:
bool addRecordIfNotExists(Record* record, string key, string value);
bool updateRecord(Record* record, string where_condition);
bool addOrReplaceRecord(Record *record);
bool createIndex(const std::string& index_name, const std::string& column_name);
}
-
Notifications
You must be signed in to change notification settings - Fork 5
DaYeSquad/easysqlite
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
fork of EasySqlite with some useful extensions
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published