io.taig.skunk.ext

Members list

Concise view

Type members

Classlikes

object Database

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object Fragments

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
final case class Record[A](identifier: Identifier, updated: Option[Updated], created: Created, value: A)

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
opaque object Record

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Record.type
final class Transaction

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object codecs

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
codecs.type

Types

type Database[A] = Kleisli[IO, Session[IO], A]