Hi,
I thought I would let you know I released some alternate python bindings which you can find on my GitHub: https://github.com/coleifer/unqlite-python
I've tried to implement as much of UnQLite as possible, including:
- key/value operations
- transactions
- cursors
- Jx9 scripting including foreign-function support
- JSON collections wrapper
The docs are online: http://unqlite-python.readthedocs.org/en/latest/
I'm still pretty new to UnQLite and would be grateful if you had any feedback! Thanks,
Charlie