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

Provide default durability if none is provided #13

Closed wandersoncferreira closed 4 years ago

wandersoncferreira commented 4 years ago

Setup H2 to be the default durable storage in disk if no specific setting is provided.

wandersoncferreira commented 4 years ago
wandersoncferreira commented 4 years ago

Both implemented