haskell-relational-record/examples/HDBC/PostgreSQL/example
2017-01-28 17:03:31 +09:00
..
1 example PostgreSQL: switch from sh to SQL. 2017-01-28 17:03:31 +09:00
2 example PostgreSQL: switch from sh to SQL. 2017-01-28 16:38:59 +09:00
3 example PostgreSQL: switch from sh to SQL. 2017-01-28 16:32:06 +09:00
4 example PostgreSQL: switch from sh to SQL. 2017-01-28 16:25:51 +09:00
PgTestDataSource.hs Move PostgreSQL examples. 2015-12-27 02:44:25 +09:00
README Move PostgreSQL examples. 2015-12-27 02:44:25 +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