zio / zio-quill

Compile-time Language Integrated Queries for Scala
https://zio.dev/zio-quill
Apache License 2.0
2.15k stars 348 forks source link

DataSource initialization shuold be lazy #3141

Closed deusaquilus closed 4 days ago

deusaquilus commented 5 days ago

DataSource should not immediately be created when a context is initialized, it should wait for the first DB command invocation. As a consequence of this, doing only a single invocation of translate should not fail due to no DB connection.