package api
Type Members
- case class Datom(e: Long, a: Any, v: Any, tx: Long, added: Boolean) extends Product with Serializable
- case class DbStats(datoms: Long, attrs: Map[String, Long]) extends Product with Serializable
- case class Tx(t: Long, data: Iterable[Datom]) extends Product with Serializable