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"
35
36
38#define VOLK_MDB_STORE_URN "file://" TMPDIR "/mdb_store"
39
41extern const VOLK_StoreInt mdbstore_int;
42
43#endif // VOLK_STORE_MDB_H
Common store back end interfaces.
const VOLK_StoreInt mdbstore_int
MDB store interface.
Definition store_mdb.c:1188
Store interface.