Lindenii Project Forge
Login

hare-lmdb

Hare bindings for LMDB
Commit info
ID
cae026ee5b49c044bc6bac8a403475c8b7e7e0bd
Author
Runxi Yu <me@runxiyu.org>
Author date
Fri, 14 Mar 2025 00:56:18 +0800
Committer
Runxi Yu <me@runxiyu.org>
Committer date
Fri, 14 Mar 2025 00:56:18 +0800
Actions
Note incomplete bindings in README
# hare-lmdb – Hare bindings for LMDB

These are some Hare bindings for [LMDB](http://www.lmdb.tech/doc/).
Not all features have bindings here yet; common functionality should however be
present. Please feel free to expand them.

## License

This inherits the OpenLDAP license from the original code. See the LICENSE
file.

## Contributing

Create a branch that begins with `contrib/` and push to the
[main repo](https://forge.lindenii.runxiyu.org/hare/:/repos/hare-lmdb/)
via SSH directly.

```
git clone ssh://forge.lindenii.runxiyu.org/hare/:/repos/hare-lmdb/
cd hare-lmdb
git checkout -b contrib/whatever
# edit and commit stuff
git push -u origin HEAD
```

## Support

[`#chat`](https://webirc.runxiyu.org/kiwiirc/#chat)
on
[irc.runxiyu.org](https://irc.runxiyu.org/).