17 #include "SQLamarr/BaseSqlInterface.h"
18 #include "SQLamarr/Transformer.h"
40 const std::vector<std::string>& queries
49 const std::vector<std::string> m_queries;
Abstract interface with helper functions to access an SQLite DB.
Execute a transaction with multiple custom queries without returning any output.
EditEventStore(SQLite3DB &db, const std::vector< std::string > &queries)
Constructor.
void execute() override
Execute the algorithm, cleaning the database.
A database connection handler easying sharing the DB between C++ and Python.