added sqlite connection class (progress)

This commit is contained in:
2023-11-09 19:48:29 +01:00
parent 715f4dff8f
commit 8b5859d858
13 changed files with 227 additions and 25 deletions
@@ -0,0 +1,12 @@
#ifndef QUERY_SQLITE_DIALECT_HPP
#define QUERY_SQLITE_DIALECT_HPP
#include "matador/sql/dialect.hpp"
namespace matador::backends::sqlite {
}
extern "C" [[maybe_unused]] const matador::sql::dialect* get_dialect();
#endif //QUERY_SQLITE_DIALECT_HPP