16 #include "SQLamarr/db_functions.h"
17 #include "SQLamarr/Transformer.h"
39 int flags = SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE | SQLITE_OPEN_URI
49 const std::string m_filename;
Update the reference to the DB Connection, to ensure synchronization with disk.
void execute() override
Execute the algorithm, cleaning the database.
UpdateDBConnection(SQLite3DB &db, std::string filename, int flags=SQLITE_OPEN_READWRITE|SQLITE_OPEN_CREATE|SQLITE_OPEN_URI)
Constructor.
A database connection handler easying sharing the DB between C++ and Python.