Sqlite

io.getquill.jdbczio.Quill.Sqlite
See theSqlite companion class
object Sqlite

Attributes

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

Members list

Value members

Concrete methods

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