wandersoncferreira / mamulengo

Lightweight database based on datascript with durable store and time travel for Clojure(Script)
Eclipse Public License 2.0
51 stars 3 forks source link

If you have a database object, you should be able to query it #17

Closed wandersoncferreira closed 4 years ago

wandersoncferreira commented 4 years ago

The current design does not allow you to hold a database object and use it in your query. You are always querying the most recent version.

This as a default option I think is very handy, but that should be a way to pass the database to the query function

wandersoncferreira commented 4 years ago

This was fixed, same as #12