Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Apr 28, 2023
Commits on Apr 25, 2023
Commits on Apr 13, 2023
Commits on Apr 12, 2023
Commits on Apr 11, 2023
Commits on Apr 7, 2023
Changed DbConfig into case class that contains only jdbcUrl. Made live DbConfig depend on AppConfig and use jdbc url from .conf file. Adjusted test DbConfig to the change. (softwaremill#63)
authoredChanged usage of SQliteZioJdbcContext[SnakeCase] to jdbczio.Quill.Sqlite[SnakeCase]. Change motivated by https://zio.dev/zio-quill/getting-started and https://zio.dev/zio-quill/getting-started. (so…
authored