aboutsummaryrefslogtreecommitdiff
path: root/src/database_pq.cc
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-10-06 19:41:32 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-10-06 19:41:32 -0300
commitf3c2d53f1837a7bd8e9e1517579b7354af91ef8c (patch)
treeabc2c97032e96e6fef0470db853dbf47b0efe00b /src/database_pq.cc
parentfa22d10a9d132ff509cb4b40ced1c6d1c0e98167 (diff)
downloadquerymanager-f3c2d53f1837a7bd8e9e1517579b7354af91ef8c.tar.gz
querymanager-f3c2d53f1837a7bd8e9e1517579b7354af91ef8c.zip
sketch out new query queue/worker for async queries
Diffstat (limited to 'src/database_pq.cc')
-rw-r--r--src/database_pq.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/database_pq.cc b/src/database_pq.cc
new file mode 100644
index 0000000..69cc45e
--- /dev/null
+++ b/src/database_pq.cc
@@ -0,0 +1,4 @@
+#include "querymanager.hh"
+
+// TODO(fusion):
+