ethereum / py-evm

A Python implementation of the Ethereum Virtual Machine
https://py-evm.readthedocs.io/en/latest/
MIT License
2.26k stars 650 forks source link

Add `BaseAPI` functionality to a `SQLiteDB` class: #2124

Closed fselmo closed 11 months ago

fselmo commented 11 months ago

Since plyvel (LevelDB) was removed, some users expressed wanting a disk read/write backend option. As part of the native library, sqlite3 seems like a good candidate.

Todo:

Cute Animal Picture

![Put a link to a cute animal picture inside the parenthesis-->]()

fselmo commented 11 months ago

Closing as not planned