Comment on Relic: Functional relational programming for Clojure(Script)parentComments−wotbrew3yA relic db is a persistent data-structure [1]. Applying a transaction with rel/transact gives you a new database, rel/track-transact also returns the changes to relations you have opted-in to change tracking (using rel/watch).[1] https://en.wikipedia.org/wiki/Persistent_data_structure
Comments
A relic db is a persistent data-structure [1]. Applying a transaction with rel/transact gives you a new database, rel/track-transact also returns the changes to relations you have opted-in to change tracking (using rel/watch).
[1] https://en.wikipedia.org/wiki/Persistent_data_structure