![]() |
| ||||
Datomic is a database system that allows you to separate transaction processing, storeage and queries in order to simplify databases.
The new structure that Datomic implements results in a simple data model. Datomic consists of a peer library and the transactor. The first component will be the connection between your server and the database, while the transactor component is designed to implement structure changes.
Note: The free version does not integrate the storage service. In order to obtain additional features, you need to download the Pro version.
Requirements:
· Java
What's New in This Release: [ read full changelog ]
· new API: `Entity.touch` touches all attributes of an entity, and any component entities recursively.

Via: Datomic 0.8.3488
