Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Dlang
lmdb-d
Commits
185d1567
Commit
185d1567
authored
Nov 10, 2018
by
Carsten Schlote
Browse files
Update Readme
parent
9ca30c98
Changes
1
Hide whitespace changes
Inline
Side-by-side
readme.md
View file @
185d1567
This is a D language binding for the lmdb (l
owlevel mmapped database
) library.
This is a D language binding for the lmdb (l
ightning memmapped DB
) library.
Prerequisites:
-
You must have liblmdb.so 0.9.21 or newer installed on your system
...
...
@@ -11,7 +11,7 @@ Usage:
-
Then use
```
import lmdb; /* Import the binding module
s
into scope */
import lmdb; /* Import the
D
binding module into scope */
import lmdb_oo; /* Import optionally a more OO layer, WIP */
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment