Postgres

io.getquill.jdbczio.Quill.Postgres
See thePostgres companion class
object Postgres

Attributes

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

Members list

Value members

Concrete methods

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