Remove postgres support from clio (#327)

Fixes #310
This commit is contained in:
Alex Kremer
2022-10-04 19:00:37 +02:00
committed by GitHub
parent 97ef66d130
commit 5bf334e5f7
19 changed files with 24 additions and 3631 deletions

View File

@@ -8,7 +8,7 @@
#include <algorithm>
#include <backend/BackendInterface.h>
#include <backend/DBHelpers.h>
#include <backend/Pg.h>
#include <rpc/RPCHelpers.h>
namespace RPC {