Documentation/API for the Molecule library - a meta DSL for the Datomic database.
scalamolecule.org | Github | Forum
Molecule library - a Scala meta-DSL for the Datomic database.
Methods to build transaction, composite and nested molecules.
molecule.core.composition
Add nested molecule to input molecule awaiting 2 inputs.
m(Order.no(?).total.>(?) * LineItem.product.price.quantity) .apply(23, 120).get === List( (23, 124, List(("Chocolate", 48.00, 1), ("Whisky", 38.00, 2))) )
Documentation/API for the Molecule library - a meta DSL for the Datomic database.
scalamolecule.org | Github | Forum