Hi Nikita

Can you explain what you mean from the limitations on the GitHub Readme? 
This:

> No history support, though history can be implemented on top of immutable 
> DB values


Seems to contradict:

> Immutability simplifies things even in single-threaded browser 
> environment. Keep track of app state evolution, rewind to any point in 
> time, always render consistent state, sync in background without locking 
> anybody.


How do you rewind to any point without history support? I feel like I'm not 
reading this correctly.

Thanks, Daniel.

On Friday, April 25, 2014 7:38:35 PM UTC+12, Nikita Prokopov wrote:
>
> Hi! 
>
> I’m glad to announce my new library, DataScript. 
>
> It’s an open-source, from-the-scratch implementation of in-memory 
> immutable database aimed at ClojureScript with API and data model designed 
> after Datomic. Full-featured Datalog queries included. 
>
> Library is here: https://github.com/tonsky/datascript 
>
> Also check out this blog post about why you may need a database in a 
> browser: http://tonsky.me/blog/decomposing-web-app-development/ 
>
> Feedback welcome!
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to