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

Create new entrypoint to configure the user schema #1

Closed wandersoncferreira closed 4 years ago

wandersoncferreira commented 4 years ago

The current implementation receives the user schema at the same time as the configuration for the durable database behind mamulengo.

I would not like to mix this two different intents in the same object.

wandersoncferreira commented 4 years ago

Finished in the last PRs, I might be back at this issue later if the api proposed does not hold the test of time.