added postgres backend
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include "postgres_dialect.hpp"
|
||||
|
||||
[[maybe_unused]] const matador::sql::dialect* get_dialect() {
|
||||
using namespace matador::sql;
|
||||
const static dialect d{};
|
||||
return &d;
|
||||
}
|
||||
Reference in New Issue
Block a user