Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spl/yesod-example-sqlite
A generated (SQLite) Yesod reference example
https://github.com/spl/yesod-example-sqlite
Last synced: 1 day ago
JSON representation
A generated (SQLite) Yesod reference example
- Host: GitHub
- URL: https://github.com/spl/yesod-example-sqlite
- Owner: spl
- Created: 2015-03-03T12:33:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-03T12:34:09.000Z (almost 10 years ago)
- Last Synced: 2024-05-09T14:55:17.403Z (8 months ago)
- Language: Haskell
- Size: 219 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yesod Example (SQLite)
This is a small example app generated by `yesod init` (`yesod-bin-1.4.3.10`)
with the `s` option (for SQLite).This repository is only for reference. I'm just keeping the code around so I
don't have to create it again.## Install dependencies
```
$ cabal sandbox init
$ cabal --require-sandbox install -j --only-dependencies --max-backjumps=-1 --reorder-goals
```## Build and run
```
$ cabal run
```