lmdb_d 0.3.1

A D language binding for the lmdb library.


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

This is a D language binding for the lmdb (lowlevel mmapped database) library.

Prerequisites:

  • You must have liblmdb.so 0.9.21 or newer installed on your system
  • A working D compiler and Dub.

Usage:

  • Add 'lmdb' as a dependancy to your dub project file.
  • Please also read the dub documentation for details.
  • Then use
import lmdb;      /* Import the binding modules into scope */
import lmdb_oo;   /* Import optionally a more OO layer, WIP */

Todos:

  • Added real unit- and module-tests
  • Create D style OO layer instead of just porting the C++ approach.
Authors:
  • Carsten Schlote
Dependencies:
none
Versions:
0.3.4 2020-Feb-04
0.3.2 2018-Nov-10
0.3.1 2018-Nov-10
0.3.0 2018-Nov-10
0.2.1 2018-Nov-09
Show all 7 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 2 downloads this month

  • 355 downloads total

Score:
0.9
Short URL:
lmdb_d.dub.pm