calimakvo / esqu

esqueleto sample code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esqueleto sample

Database Setup

$ createdb -U postgres sampledb
$ psql -U postgres sampledb < sampledb.sql 
$ psql -U postgres sampledb < sampledb_data.sql 

About

esqueleto sample code


Languages

Language:Haskell 99.5%Language:Emacs Lisp 0.5%