How does this perform compared to sqlite3? And and can you use keys that aren't builtin values?
It is possible to use your own key if it has a natural order and you write your own simple serializer: https://github.com/NicolasLM/bplustree/blob/master/bplustree...