Checkpoint commit, start sketching out MDBX::Database.
FossilOrigin-Name: 92f55b2d6cc9652cb9cb67e69588ed0f4f155086a5a160aae68a1f22e9114314
This commit is contained in:
parent
6a7bfb722f
commit
37b8091690
11 changed files with 600 additions and 8 deletions
|
|
@ -4,10 +4,25 @@
|
|||
|
||||
#include "mdbx.h"
|
||||
|
||||
#ifndef MDBX_EXT_0_9_2
|
||||
#define MDBX_EXT_0_9_2
|
||||
|
||||
|
||||
/* ------------------------------------------------------------
|
||||
Globals
|
||||
------------------------------------------------------------ */
|
||||
* Globals
|
||||
* ------------------------------------------------------------ */
|
||||
|
||||
VALUE mdbx_mMDBX;
|
||||
VALUE rmdbx_mMDBX;
|
||||
VALUE rmdbx_cDatabase;
|
||||
VALUE rmdbx_eDatabaseError;
|
||||
|
||||
|
||||
/* ------------------------------------------------------------
|
||||
* Functions
|
||||
* ------------------------------------------------------------ */
|
||||
extern void Init_rmdbx ( void );
|
||||
extern void rmdbx_init_database ( void );
|
||||
|
||||
|
||||
#endif /* define MDBX_EXT_0_9_2 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue