cognitect-labs / vase

Data driven microservices
Eclipse Public License 1.0
373 stars 42 forks source link

CloudConnection should not participate in DB lifecycle management #105

Open ddeaguiar opened 4 years ago

ddeaguiar commented 4 years ago

We currently invoke create-database when creating the CloudConnection interceptor. In retrospect, DB lifecycle management should be done explicitly and independently of the service lifecycle.

Refer to the Datomic Ions tutorial for an example as to how this is done.