Oracle

io.getquill.jdbczio.Quill.Oracle
See theOracle companion class
object Oracle

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Oracle.type

Members list

Value members

Concrete methods

def apply[N <: NamingStrategy](naming: N, ds: DataSource): Oracle[N]
def fromNamingStrategy[N <: NamingStrategy : Tag](naming: N): ZLayer[DataSource, Nothing, Oracle[N]]