https://github.com/spacewander/lmdb-go
https://github.com/spacewander/lmdb-go
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/spacewander/lmdb-go
- Owner: spacewander
- License: bsd-3-clause
- Created: 2018-03-21T03:23:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-16T09:38:34.000Z (over 6 years ago)
- Last Synced: 2024-12-28T03:42:11.994Z (over 1 year ago)
- Language: C
- Size: 655 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://github.com/LMDB/lmdb/releases/tag/LMDB_0.9.21) [](https://travis-ci.org/spacewander/lmdb-go)
Go bindings to the OpenLDAP Lightning Memory-Mapped Database (LMDB).
This project is a fork of bmatsuo/lmdb-go, only used in the [spacewander/lmdbcli](https://github.com/spacewander/lmdbcli),
as a plugable core. DON'T USE IT IN YOUR PROJECT!
##License
Except where otherwise noted files in the lmdb-go project are licensed under
the BSD 3-clause open source license. Just like the original bmatsuo/lmdb-go
project.
The LMDB C source is licensed under the OpenLDAP Public License.