Closed vascoferreira25 closed 6 years ago
The error indicates that the database resource <app-name>.db.core/*db*
hasn't been started. By default the resources are started when the namespace is referenced somewhere in the project. Alternatively, you can start the database resource from the REPL by running, (mount.core/start #'<app-name>.db.core/*db*)
.
When I try to create a new migration in REPL, I get the following error: