Package datomic

The Datomic peer library is designed to be embedded in application servers. It is the gateway to the rest of the database, submitting transactions and receive live notifications from the transactor. It also provides local, in memory access to the database, including caching and query capability. It contains all the communication components needed for connecting to the transactor and storage services, as well as Datalog and other facilities for managing your data. The peer library can act in standalone mode, using an in-memory database as a stand-in for the other components.