package facade
Content Hierarchy
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
Conn_Peer extends Conn_Datomic with Helpers with BridgeDatomicFuture
Facade to Datomic connection for peer api.
-
case class
DatomicDb_Peer(peerDb: Database) extends DatomicDb with Product with Serializable
Datomic Db facade for peer api.
-
case class
DatomicEntity_Peer(entity: Entity, conn: Conn_Peer, eid: Any, showKW: Boolean = true) extends DatomicEntity with Product with Serializable
Datomic Entity facade for peer api.
Datomic Entity facade for peer api.
- conn
Implicit Conn in scope
- eid
Entity id of type Object
-
trait
Datomic_Peer extends AnyRef
Facade to Datomic Peer with selected methods.
-
case class
TxReport_Peer(rawTxReport: Map[_, _], stmtss: Seq[Seq[Statement]] = Nil) extends TxReport with Product with Serializable
Datomic TxReport facade for peer api.
Value Members
-
object
Conn_Peer
Factory methods to create facade to Datomic Connection.
- object Datomic_Peer extends Datomic_Peer

Documentation/API for the Molecule library - a meta DSL for the Datomic database.
scalamolecule.org | Github | Forum