Page MenuHomePhorge

lmdb.h
No OneTemporary

Size
626 B
Referenced Files
None
Subscribers
None
#ifndef ANT_LMDB_MODULE_H
#define ANT_LMDB_MODULE_H
#include "types.h"
typedef struct lmdb_env_handle lmdb_env_handle_t;
typedef struct lmdb_db_handle lmdb_db_handle_t;
typedef struct lmdb_txn_handle lmdb_txn_handle_t;
typedef struct lmdb_env_ref lmdb_env_ref_t;
typedef struct lmdb_db_ref lmdb_db_ref_t;
typedef struct lmdb_txn_ref lmdb_txn_ref_t;
typedef struct {
ant_value_t env_ctor;
ant_value_t db_ctor;
ant_value_t txn_ctor;
ant_value_t env_proto;
ant_value_t db_proto;
ant_value_t txn_proto;
bool ready;
} lmdb_js_types_t;
ant_value_t lmdb_library(ant_t *js);
void cleanup_lmdb_module(void);
#endif

File Metadata

Mime Type
text/x-c
Expires
Sat, May 2, 6:03 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
542017
Default Alt Text
lmdb.h (626 B)

Event Timeline