nimbus-eth1/nimbus/db/aristo/aristo_desc
Jordan Hrycaj 4b66f93274
Aristo db with storage backends (#1603)
* Generalised Aristo DB constructor for any type of backend

details:
  * Records to be deleted are represented as key-void (rather than
    key-value) pairs by the put-function arguments
  * Allow direct driver access, iterators as example implementation and
    for testing.

* Provide backend storage interface

details:
  Stores the top layer onto backend tables

* Implemented Rocks DB backend

details:
  Transaction based `put()` functionality
  Iterators (based on direct RocksDB access)
2023-06-20 14:26:25 +01:00
..
aristo_error.nim Aristo db with storage backends (#1603) 2023-06-20 14:26:25 +01:00
aristo_types_backend.nim Aristo db with storage backends (#1603) 2023-06-20 14:26:25 +01:00
aristo_types_identifiers.nim Aristo db with storage backends (#1603) 2023-06-20 14:26:25 +01:00
aristo_types_structural.nim Detach from snap/sync declarations & definitions (#1601) 2023-06-12 19:16:03 +01:00