diff options
Diffstat (limited to 'src/database_postgres.cc')
| -rw-r--r-- | src/database_postgres.cc | 6 |
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 |
