haskell-relational-record/relational-join-HDBC-pgTest/example
2013-08-25 17:28:31 +09:00
..
1 Update along with operators. 2013-08-25 17:28:31 +09:00
2 Add an example for composite key. 2013-06-28 15:48:22 +09:00
3 Update examples along with library update. 2013-08-15 23:44:14 +09:00
4 Update example along with library. 2013-08-23 16:10:20 +09:00
PgTestDataSource.hs Move data-source module into example dir. 2013-06-28 18:09:17 +09:00
README Update README for examples. 2013-06-28 18:12:26 +09:00

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