i've been reading some Crux docs and it seems to use RocksDB (based on LevelDB but with some differences https://github.com/facebook/rocksdb/wiki/Features-Not-in-LevelDB) as a key-value store, it might be worth creating a konserve backend for it and supporting it in Datahike
my understanding was that rocksdb is just a faster leveldb, so i hope the backend was easy to port
haven't pushed it to Clojars but put this together based on konserve-leveldb
https://github.com/purrgrammer/konserve-rocksdb will give it a try with Datahike during the next days