QuillZioExtPlain
implicit
class Object
trait Matchable
class Any
Value members
Concrete methods
Deprecated methods
@deprecated("Preferably use a ZioJdbcContext instead of a ZioJdbcUnderlyingContext when starting with a DataSource ".+("(i.e. instead of a Connection). ZIO[Has[DataSource], SQLException, T] now has a .implicitDS method for similar functionality.").+("If you need to convert from ZIO[Has[Connection], SQLException, T], to ZIO[Has[DataSource], SQLException, T] ").+("use .provideLayer(DataSourceLayer.live)"), "3.10.0")
- Deprecated