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 ]
· Updated several library dependencies to more recent versions: aws guava, h2, logback, netty, and slf4j
· Better `toString` representations for objects likely to be encountered in shell (e.g. groovysh) sessions