/persistent

Persistence interface for Haskell allowing multiple storage methods.

Primary LanguageCOtherNOASSERTION

A Haskell "ORM". Supports PostgreSql, Sqlite, and MongoDB.

Install from source

Install the Haskell Platform first. Clone this repo and run:

cabal update
git submodule update --init
./scripts/install

Developing persistent

see development.md