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

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

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
```