mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-11-28 22:24:49 +03:00
780 B
780 B
layout | title |
---|---|
default | Quick start |
Preparing HRR
Hello world.
The first relation
test
Composing relations
test
link 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 %}