Restructure dbal folder: development, production, and shared

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-27 13:30:57 +00:00
parent b2dee2d870
commit 2180f608fb
470 changed files with 358 additions and 331 deletions

View File

@@ -1,12 +0,0 @@
#include "sql_adapter.hpp"
namespace dbal {
namespace adapters {
namespace sql {
PostgresAdapter::PostgresAdapter(const SqlConnectionConfig& config)
: SqlAdapter(config, Dialect::Postgres) {}
}
}
}