nimbus-eth1/nimbus/db/core_db
Jacek Sieka b23795ab39
remove pPrf, fRpp (#2445)
No longer used now that hashify is gone
2024-07-03 22:21:57 +02:00
..
backend Core db reorg (#2444) 2024-07-03 15:50:27 +00:00
base Core db reorg (#2444) 2024-07-03 15:50:27 +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 Core db reorg (#2444) 2024-07-03 15:50:27 +00:00
base_iterators.nim Core db reorg (#2444) 2024-07-03 15:50:27 +00:00
base_iterators_persistent.nim Core db reorg (#2444) 2024-07-03 15:50:27 +00:00
core_apps.nim remove pPrf, fRpp (#2445) 2024-07-03 22:21:57 +02:00
memory_only.nim Core db reorg (#2444) 2024-07-03 15:50:27 +00:00
persistent.nim Coeredb related clean up and maint fixes (#2360) 2024-06-14 11:19:48 +00: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
               : : : :