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

Add timestamp to the return value of the transactions #16

Closed wandersoncferreira closed 4 years ago

wandersoncferreira commented 4 years ago

We are returning only the objects provided by datascript, but it does not have the timestamp of the transaction. This will be handy for any specific lookup in the time-travel functionality.

wandersoncferreira commented 4 years ago

Added!