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 1 input.
m(Order.no(?) * LineItem.product.price.quantity) .apply(23).get.map(_ ==> List( (23, 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