edomata.skunk

Members list

Concise view

Type members

Classlikes

sealed trait BackendCodec[T]

Attributes

Companion:
object
Source:
BackendCodec.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Binary[T]
class Json[T]
class JsonB[T]

Attributes

Companion:
trait
Source:
BackendCodec.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object CirceCodec

Attributes

Source:
CirceCodec.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final class SkunkCQRSDriver[F[_]] extends StorageDriver[F, BackendCodec, SkunkHandler[F]]

Attributes

Companion:
object
Source:
SkunkCQRSDriver.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
SkunkCQRSDriver.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final class SkunkDriver[F[_]] extends StorageDriver[F, BackendCodec]

Attributes

Companion:
object
Source:
SkunkDriver.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
class
Source:
SkunkDriver.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

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

Attributes

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

Types

type SkunkHandler[F[_]] = [N] =>> Type[N] => Session[F] => F[Unit]

Attributes

Source:
SkunkHandler.scala