Open rynkowsg opened 5 years ago
Getting trough the tutorial one might come across an issue when running the command lein run :duct/migrator. It doesn't work unless :duct.database.sql/hikaricp is added to the project config or one of [JDBC_DATABASE_URL, DATABASE_URL] is set.
lein run :duct/migrator
:duct.database.sql/hikaricp
JDBC_DATABASE_URL
DATABASE_URL
More about: https://github.com/duct-framework/docs/issues/5
@weavejester Would be useful for new people if this got reviewed / merged
Getting trough the tutorial one might come across an issue when running the command
lein run :duct/migrator
. It doesn't work unless:duct.database.sql/hikaricp
is added to the project config or one of [JDBC_DATABASE_URL
,DATABASE_URL
] is set.More about: https://github.com/duct-framework/docs/issues/5