added sqlite connection class (progress)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user