<div dir="ltr"><div>Is there any package in Haskell that provides something similar to Datomic <a href="http://www.datomic.com/">http://www.datomic.com/</a>?<br><br>Basically what I am looking for is a database which could keep all the versions of my data in an efficient way, the same way the persistent data structures do. <br><br>Ideally it should be implemented over some scalable storage.<br><br></div><div>I looked at Datomic itself but I couldn't find a Haskell client library. The only way to connect to it from a Haskell application is through the REST server which they have just deprecated (<a href="http://docs.datomic.com/rest.html">http://docs.datomic.com/rest.html</a>)<br><br></div><div>Thanks!<br><br></div></div>