Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 314 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 314 Bytes

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