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
..
2023-06-12 12:58:53 +07:00
2023-06-07 18:12:02 +07:00
2023-06-12 12:58:53 +07:00
2023-05-16 11:15:10 +07:00
2023-06-07 18:12:02 +07:00
2023-06-07 18:12:02 +07:00
2023-01-13 13:04:23 +07:00
2019-01-28 12:38:23 +02:00
2018-05-28 13:22:28 +03:00
2019-04-17 03:56:28 +02:00
2023-06-07 18:12:02 +07:00
2022-12-02 13:51:42 +07:00
2023-06-07 18:12:02 +07:00