https://github.com/begriffs/haskell-postgres-examples
A cookbook for Postgres in Haskell
https://github.com/begriffs/haskell-postgres-examples
Last synced: 11 months ago
JSON representation
A cookbook for Postgres in Haskell
- Host: GitHub
- URL: https://github.com/begriffs/haskell-postgres-examples
- Owner: begriffs
- Created: 2013-09-07T19:17:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-07T18:30:11.000Z (over 12 years ago)
- Last Synced: 2025-04-05T21:34:25.111Z (12 months ago)
- Language: Haskell
- Size: 121 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Examples of vanilla postgres access
For best results make sure you have cabal 1.18 or greater. Then clone
this repo and do the following
```sh
cabal sandbox init
cabal build
# now you can run examples like dist/build/two-and-two/two-and-two
```