Volksdata 1.0b7
RDF library
Loading...
Searching...
No Matches
store_mdb.h
Go to the documentation of this file.
1
28
29
30#ifndef VOLK_STORE_MDB_H
31#define VOLK_STORE_MDB_H
32
33#include "lmdb.h"
34
36
37
38// FIXME find a better cross-platform path.
40#define VOLK_MDB_STORE_URN "file://" TMPDIR "/mdb_store"
41
43extern const VOLK_StoreInt mdbstore_int;
44
45#endif // VOLK_STORE_MDB_H
Common store back end interfaces.
const VOLK_StoreInt mdbstore_int
MDB store interface.
Definition store_mdb.c:1261
Store interface.