On Tue, Jun 2, 2009 at 8:12 AM, Robert Campbell wrote:
>
> I've been looking at using the clojure.set functions to create a
> simple in-memory database cache. Basically when the app boost up, load
> entire db into memory, work with it through the basic relational
> algebra functions provided. Any
I've been looking at using the clojure.set functions to create a
simple in-memory database cache. Basically when the app boost up, load
entire db into memory, work with it through the basic relational
algebra functions provided. Any mutations (create/update/delete) would
be wrapped in a simple fun