Direct interface to Postgre SQL database.
Class PgSQL( connect, [options] )
| connect | String containing connection parameters. |
| options | String containing options |
The connect string is directly passed to the low level postgre driver.
| Methods | |
| prepareNamed | Prepares a PgSQL specific "named statement". |
Prepares a PgSQL specific "named statement".
PgSQL.prepareNamed( name, query )
| name | Name for the prepared statement |
| query | The query to prepare |