Back to summary
import "io/sql/postgresql";
Provides connection to a PostgreSQL server.
Inherits from SQLConnection.
static function open(hostname: String, port: Integer, username: String, password: String, database: String): SQLiteDatabase