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
- Host: GitHub
- URL: https://github.com/odr/perst
- Owner: odr
- Created: 2017-03-01T14:00:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-29T23:06:58.000Z (over 8 years ago)
- Last Synced: 2025-03-05T16:50:51.047Z (over 1 year ago)
- Topics: database, haskell, type
- Language: Haskell
- Size: 374 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.