An open API service indexing awesome lists of open source software.

https://github.com/odr/perst

PERSistent on Types
https://github.com/odr/perst

database haskell type

Last synced: 3 months ago
JSON representation

PERSistent on Types

Awesome Lists containing this project

README

          

# Perst

This is an attempt to make a persistent functionality on top of type calculation. I.e. I want to guarantee checking of field names, foreign key constraints and so on in the compile time.

There are three packages:
* grec - Generalised record based on normal Haskell record
* perst - Common persistent functionality
* perst-sqlite - Sqlite interaction

Two other packages aren't used.