Postgres Integration has begun

This commit is contained in:
Grant Limberg 2018-08-31 14:58:15 -07:00
parent e01c0adff2
commit 17af09a5cc
7 changed files with 475 additions and 9 deletions

View file

@ -44,8 +44,8 @@
#include "DB.hpp"
#include "FileDB.hpp"
#ifdef ZT_CONTROLLER_USE_RETHINKDB
#include "RethinkDB.hpp"
#ifdef ZT_CONTROLLER_USE_LIBPQ
#include "PostgreSQL.hpp"
#endif
namespace ZeroTier {