mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-12-15 06:43:04 +03:00
.. | ||
1 | ||
2 | ||
3 | ||
4 | ||
PgTestDataSource.hs | ||
README |
This example requires user access to PostgreSQL database which is named 'testdb' over UNIX domain socket. ## Creating 'testdb' % createdb testdb ## Example 1 case % ./1/create.sh % runghc -i1 ./1/queryExample.hs ... ## Example 3 case % ./3/create.sh % runghc -i3 ./3/query.hs