An open API service indexing awesome lists of open source software.

https://github.com/spacewander/lmdb-go


https://github.com/spacewander/lmdb-go

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

[![C/v0.9.21](https://img.shields.io/badge/C-v0.9.21-555555.svg)](https://github.com/LMDB/lmdb/releases/tag/LMDB_0.9.21) [![Build Status](https://travis-ci.org/spacewander/lmdb-go.svg?branch=master)](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.