Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisbarrett/haskell-databases-talk
https://github.com/chrisbarrett/haskell-databases-talk
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chrisbarrett/haskell-databases-talk
- Owner: chrisbarrett
- License: bsd-3-clause
- Created: 2015-10-18T03:26:59.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-23T08:57:31.000Z (almost 9 years ago)
- Last Synced: 2023-04-03T19:47:27.130Z (over 1 year ago)
- Language: Haskell
- Size: 960 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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