tannerdsilva / QuickLMDB

Write LMDB databases with ease and flexibility.
https://quicklmdb.com
MIT License
6 stars 0 forks source link
database lmdb performance transaction

QuickLMDB

QuickLMDB is designed to be a easy, efficient, and uncompromising integration of the LMDB library. QuickLMDB does not hide access to the underlying LMDB core, allowing you to directly utilize the core LMDB API at any time. Likewise, QuickLMDB makes it very easy to write high-level code that is simultaneously memory-safe and high-performance.

Full Documentation

QuickLMDB is fully documented. This documentation is available HERE. Documentation may be generated from source using swift-docc.

Compatibility

QuickLMDB is fully supported(*) on all platforms capable of running Swift, including:

License

QuickLMDB is available with an MIT license.

LMDB is included with QuickLMDB with an OpenLDAP license.