haskell-relational-record/test.md
2018-04-07 01:49:15 +09:00

780 B

layout title
default Quick start

Preparing HRR

Hello world.

The first relation

test

Composing relations

test

yaml test

resolver: lts-10.10
packages:
- '.'
extra-deps:
- HDBC-sqlite3-2.3.3.1

# Uncomment here if you put sqlite3.h and other required sqlite3 library

{% highlight yaml %} resolver: lts-10.10 packages:

  • '.' extra-deps:
  • HDBC-sqlite3-2.3.3.1

Uncomment here if you put sqlite3.h and other required sqlite3 library

{% endhighlight %}