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.
We currently invoke
create-databasewhen 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.