Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chrisbarrett/haskell-databases-talk


https://github.com/chrisbarrett/haskell-databases-talk

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# Using Databases in Haskell

Demonstrates using Postgres in Haskell.

## Overview

See the [presentation][] for the full details.

## Installation

To build the Haskell components, install [stack][], then build the project.

```sh
git clone https://github.com/chrisbarrett/haskell-databases-talk
cd haskell-databases-talk
stack build
```

[presentation]: ./presentation/haskell-databases.org
[stack]: https://github.com/commercialhaskell/stack/blob/release/doc/install_and_upgrade.md