27 lines
699 B
Markdown
27 lines
699 B
Markdown
# `fancy_mdbx`
|
|
|
|
A fancy wrapper for the libMDBX database library.
|
|
|
|
Intended to make it easy to store simple key-value assocations.
|
|
|
|
Work in progress, likely unusable for others at the moment.
|
|
|
|
|
|
## Licence
|
|
|
|
Licensed under either of
|
|
|
|
* Apache Licence, Version 2.0
|
|
([LICENSE.Apache2](LICENSE.Apache2) or http://www.apache.org/licenses/LICENSE-2.0)
|
|
* MIT Licence
|
|
([LICENSE.MIT](LICENSE.MIT) or http://opensource.org/licenses/MIT)
|
|
|
|
at your option.
|
|
|
|
|
|
## Contribution
|
|
|
|
Unless you explicitly state otherwise, any contribution intentionally submitted
|
|
for inclusion in the work by you, as defined in the Apache-2.0 licence, shall be
|
|
dual licensed as above, without any additional terms or conditions.
|