// // Copyright 2017 Memgraph // Created by Florijan Stamenkovic on 03.02.17. // #pragma #include "graph_db.hpp" #include "transactions/transaction.hpp" class GraphDbAccessor { public: tx::Transaction transaction_; private: };