mirror of
https://github.com/status-im/nim-eth.git
synced 2025-01-11 06:46:33 +00:00
205b57fe71
* port kvstore from nim-beacon-chain * remove old database backends * use kvstore in trie database * add sqlite dep * avoid template param double evaluation * clean up heterogenous lookup todo
5 lines
70 B
Nim
5 lines
70 B
Nim
import
|
|
test_kvstore_rocksdb,
|
|
test_kvstore_sqlite3,
|
|
test_kvstore
|