nimbus-eth1/nimbus/db/core_db
andri lim 89fac051cd
Reduce declared but not used warnings (#2822)
2024-11-03 00:11:24 +00:00
..
backend Reduce declared but not used warnings (#2822) 2024-11-03 00:11:24 +00:00
base switch to Nim v2.0.12 (#2817) 2024-11-01 19:06:26 +00:00
README.md Core db reorg (#2444) 2024-07-03 15:50:27 +00:00
TODO.md Core db reorg (#2444) 2024-07-03 15:50:27 +00:00
base.nim drop support for generic data in coredb (#2792) 2024-10-28 17:56:43 +01:00
base_iterators.nim switch to Nim v2.0.12 (#2817) 2024-11-01 19:06:26 +00:00
core_apps.nim Db folder sources and related remove compiler warnings (#2673) 2024-10-01 21:03:10 +00:00
memory_only.nim Separate config for core db and ledger (#2479) 2024-07-12 13:12:25 +00:00
persistent.nim aristo: remove `replicate` (#2758) 2024-10-20 17:25:12 +02:00

README.md

Core database

Layout of CoreDb descriptor objects

Objects dependence:

    CoreDbRef                           -- Base descriptor
     | | |
     | | +--- CoreDbCtxRef              -- Context descriptor
     | |       | | | |
     | |       | | | +--- CoreDbKvtRef  -- Key-value table
     | |       | | |
     | |       | | +----- CoreDbMptRef  -- Generic MPT
     | |       | |
     | |       | +------- CoreDbAccRef  -- Accounts database
     | |       |
	 | |       +--------- CoreDbTxRef   -- Transaction handle
     | |
     | +----- CoreDbCtxRef
     |         : : : :
     |
     +------- CoreDbCtxRef
               : : : :