Schema

molecule.base.api.Schema
trait Schema

Schema transaction data interface with data sources for various databases.

Attributes

Source
Schema.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def sqlSchema(db: String): String

Database-dependent sql schema

Database-dependent sql schema

Attributes

Source
Schema.scala

Abstract fields

val attrMap: Map[String, (Card, String, Seq[String])]

Attribute name -> (Cardinality, Scala type, Required attributes)

Attribute name -> (Cardinality, Scala type, Required attributes)

Attributes

Source
Schema.scala
val datomicAliases: String

Attributes

Source
Schema.scala
val datomicPartitions: String

Edn data strings to transact Datomic Peer schema.

Edn data strings to transact Datomic Peer schema.

Attributes

Source
Schema.scala
val datomicSchema: String

Attributes

Source
Schema.scala

Attributes

Source
Schema.scala
val nsMap: Map[String, MetaNs]

Namespace name -> MetaNs

Namespace name -> MetaNs

Attributes

Source
Schema.scala
val uniqueAttrs: List[String]

Attributes

Source
Schema.scala