laforge49 / aatree

Immutable AA Tree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

db-agent component should expose db-state

laforge49 opened this issue · comments

Now that the structure of db-state is the same for calf and yearling, having db-agent expose it via a get-db-state function in core starts to get interesting.

This is a first step in unifying queries within and external to a transaction.

updated the docs and finished writing/testing the code.