Packages

p

molecule

transform

package transform

Internal transformers from DSL to Model/Query/Transaction/Datomic.

Molecule transforms custom boilerplate DSL constructs to Datomic queries in 3 steps:

Custom DSL molecule --> Model --> Query --> Datomic query string

Source
package.scala
See also

http://www.scalamolecule.org/dev/transformation/

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. transform
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Query2String(q: Query) extends Helpers with Product with Serializable

    Query to Datomic query string transformation.

    Query to Datomic query string transformation.

    Third transformation in Molecules series of transformations from custom boilerplate DSL constructs to Datomic queries:

    Custom DSL molecule --> Model --> Query --> Datomic query string

    See also

    http://www.scalamolecule.org/dev/transformation/

Value Members

  1. object Model2Query extends Helpers

    Model to Query transformation.

    Model to Query transformation.

    Second transformation in Molecules series of transformations from custom boilerplate DSL constructs to Datomic queries:

    Custom DSL molecule --> Model --> Query --> Datomic query string

    See also

    http://www.scalamolecule.org/dev/transformation/

  2. object QueryOptimizer

Inherited from AnyRef

Inherited from Any

Ungrouped