Straighten out sqlite backend
This commit is contained in:
parent
0afe9ca6bf
commit
752f270cf8
3 changed files with 57 additions and 59 deletions
|
|
@ -90,7 +90,7 @@ signals:
|
|||
|
||||
private:
|
||||
bool connect();
|
||||
bool initDb(bool setCreationDate=true);
|
||||
bool initDb(bool setCreationDate=true, const QString &schema_name="main");
|
||||
bool runSql(QString query, std::initializer_list<QVariant> bindings={});
|
||||
|
||||
bool setMetaLocked(const QString &key, const QVariant &value);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue