[minor changes to acid-state intro. Jeremy Shaw **20120113204035 Ignore-this: 86b56d78c256e5771b3b76f1a2f0276b ] hunk ./AcidState.lhs 18 -

acid-state is a NoSQL, RAM-cloud persistent data store. One of its attractive features is that it is designed to store arbitrary Haskell datatypes and queries are written using plain old Haskell code. This means you do not have to learn a special query language, or figure out how to turn your beautiful Haskell datastructures into some limited set of ints and strings.

+

acid-state is a NoSQL, RAM-cloud, persistent data store. One of attractive feature is that it's designed to store arbitrary Haskell datatypes and queries are written using plain old Haskell code. This means you do not have to learn a special query language, or figure out how to turn your beautiful Haskell datastructures into some limited set of ints and strings.

hunk ./AcidState.lhs 22 -

Apps written using happstack-state can be migrated to use acid-state relatively easily. Details on the process or documented here. +

Apps written using happstack-state can be migrated to use acid-state relatively easily. Details on the process or documented here.