From 46c653293381dcc1188013d3e2c3f7587a199dc4 Mon Sep 17 00:00:00 2001 From: fusion32 Date: Fri, 10 Oct 2025 15:14:02 -0300 Subject: organize database configs and schema files + compilation guards --- src/database_postgres.cc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/database_postgres.cc (limited to 'src/database_postgres.cc') diff --git a/src/database_postgres.cc b/src/database_postgres.cc new file mode 100644 index 0000000..3b24967 --- /dev/null +++ b/src/database_postgres.cc @@ -0,0 +1,6 @@ +#if DATABASE_POSTGRESQL +#include "querymanager.hh" + +// TODO + +#endif //DATABASE_POSTGRESQL -- cgit v1.2.3