SqlServer

io.getquill.jdbczio.Quill.SqlServer
See theSqlServer companion class
object SqlServer

Attributes

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

Members list

Value members

Concrete methods

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