mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-02 01:34:56 +00:00
Restructure dbal folder: development, production, and shared
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
#include "sql_adapter.hpp"
|
||||
|
||||
namespace dbal {
|
||||
namespace adapters {
|
||||
namespace sql {
|
||||
|
||||
PostgresAdapter::PostgresAdapter(const SqlConnectionConfig& config)
|
||||
: SqlAdapter(config, Dialect::Postgres) {}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user