Kaya 0.5.2 reference for PostgresDB::connect

List of functions and data types in PostgresDB

DBHandle<PGConnection> connect(String info)

Arguments

Usage

Use this function to connect to the database. You can then use the functions from DB to query the database.

conninfo = "dbname='mysite' user='web' password='WHSpWXPPh5'";
db = PostgresDB::connect(conninfo);
res = exec(db,"SELECT * FROM pagedata WHERE page_id = 10");

Related

kaya@kayalang.org | Last modified 29 November 2011 | Supported by Durham CompSoc | Powered by Kaya