This library implements:
- a Key Value Store,
- an ordered Key Value Store,
- a Full Text Search Index.
It targets embedded platforms where there are memory, disk and file descriptors constraints. The API are available in C and Objective-C.
A Key-Value Database.
- Use only one file
- Low memory usage
- Good performance
An ordered Key-Value Database.
- Use only one file
- Low memory usage
- Good performance
- Keys can be iterated in lexicographical order
A Simple Full Text Search.
- Use only one file
- Low memory usage
- Good performance
- Unicode support