Closed stig closed 8 years ago
Duct uses Hanami to convert a Heroku database URL to a JDBC one, and Hanami doesn't have a binding for SQLite databases. In general you don't want to use SQLite with Heroku anyway, because Heroku uses an ephemeral filesystem that's cleared periodically.
Oh, thanks, that makes sense--I didn't think of that. I'm just getting started and thought I'd just use sqlite for a few tests. I'll bite the bullet and swap to Postgresql, or just drop +heroku
for now :-)
I just got the above error from lein after creating a new duct project:
The steps to reproduce are:
My Versions:
Generated project.clj
I hope this report is useful. Please let me know if I've missed out any useful information. I'll attempt to track down the issue myself, but my attempts so far have been unsuccessful.
PS: I get the same error when trying to start the project in CIDER. (Version: CIDER 0.10.0snapshot (package: 20151028.758))