Welcome! Please see the About page for a little more info on how this works.
How do I perform transactions with Datomic?
Datomic represents transactions as data structures. This is a significant difference from SQL databases, where requests are submitted as strings. Using data instead of strings makes it easier to build requests programmatically.
The Processing Transactions section of the Datomic Documentation provides details on the syntax and usage of Datomic Transactions.