aboutsummaryrefslogtreecommitdiff
path: root/src/database_postgres.cc
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-10-10 15:14:02 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-10-10 15:22:27 -0300
commit46c653293381dcc1188013d3e2c3f7587a199dc4 (patch)
tree0b9776f73d6e2afcd9104cf400dc5e345fcdcbea /src/database_postgres.cc
parentcc4873e33866ba86561774a7e55449d59367661e (diff)
downloadquerymanager-46c653293381dcc1188013d3e2c3f7587a199dc4.tar.gz
querymanager-46c653293381dcc1188013d3e2c3f7587a199dc4.zip
organize database configs and schema files + compilation guards
Diffstat (limited to 'src/database_postgres.cc')
-rw-r--r--src/database_postgres.cc6
1 files changed, 6 insertions, 0 deletions
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