replikativ / datahike

A fast, immutable, distributed & compositional Datalog engine for everyone.
https://datahike.io
Eclipse Public License 1.0
1.62k stars 95 forks source link

Fix issue 682: Make history, as-of and since composable with each other #683

Closed jonasseglare closed 1 month ago

jonasseglare commented 2 months ago

SUMMARY

Fixes #682

Makes it possible to compose history, as-of and since in arbitrary ways, e.g. (-> @conn history (as-of tx-id) (since tx-id2)).

Feature