When I try to initialize with bad config, I get:
java.lang.IllegalArgumentException: :db.error/invalid-db-uri Invalid database URI datomic:pro://localhost:4334/remembrance
[snip 30+ lines of stacktrace]
Database initialized.
Thinking at the very least it should not say "Database initialized." if any exceptions were hit. Maybe not try to continue on to later steps, as well?
When I try to initialize with bad config, I get:
Thinking at the very least it should not say "Database initialized." if any exceptions were hit. Maybe not try to continue on to later steps, as well?