When attempting to get all statements from a historical db, then an exception is thrown:
(d/q '[:find [?a ...] :where [?e ?a ?v]] db1)
Execution error (AbstractMethodError) at asami.durable.tuples/first-coord$fn (tuples.cljc:216).
Receiver class asami.durable.tree.ReadOnlyTree does not define or inherit an implementation of the resolved method abstract first_node()Ljava/lang/Object; of interface asami.durable.tree.Tree.
When attempting to get all statements from a historical db, then an exception is thrown: