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

I don't think bulk-transactions are handle correctly. #7

Closed wandersoncferreira closed 4 years ago

wandersoncferreira commented 4 years ago

Need to look at the code carefully.

wandersoncferreira commented 4 years ago

The m/transact! fn handles equally well the option to use a map entry for your data or a vector of maps. So, the bulk insert operation is indeed correct.