forked from blue/squawk
got rid of lmdb++, but it still doesn't work
This commit is contained in:
parent
0b4714688f
commit
7f2657a5b6
3 changed files with 111 additions and 2029 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
#include <QObject>
|
||||
#include "../global.h"
|
||||
#include "lmdb++.h"
|
||||
#include <lmdb.h>
|
||||
#include "../exception.h"
|
||||
|
||||
namespace Core {
|
||||
|
@ -96,9 +96,9 @@ public:
|
|||
|
||||
private:
|
||||
bool opened;
|
||||
lmdb::env environment;
|
||||
lmdb::dbi dbi;
|
||||
lmdb::dbi order;
|
||||
MDB_env* environment;
|
||||
MDB_dbi main;
|
||||
MDB_dbi order;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue