Fs2SqlPlatform

dataprism.platform.sql.Fs2SqlPlatform

Attributes

Source
Fs2SqlPlatform.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

trait Fs2Api

Attributes

Source
Fs2SqlPlatform.scala
Supertypes
class Object
trait Matchable
class Any

Types

override type Api <: Fs2Api

Attributes

Source
Fs2SqlPlatform.scala

Extensions

Extensions

extension [Res[_[_]]](op: <none>[Res])
def runStream[F[_]](using db: Fs2Db[F, <none>]): Stream[F, Res[Id]]

Attributes

Source
Fs2SqlPlatform.scala
def runStreamWithChunkSize[F[_]](chunkSize: Int)(using db: Fs2Db[F, <none>]): Stream[F, Res[Id]]

Attributes

Source
Fs2SqlPlatform.scala