Class
PgsqlConnection
Description
final class Pgsql.Connection : GObject.Object
{
/* No available fields */
}
A connection to a PostgreSQL database server.
PgsqlConnection represents an asynchronous connection to a PostgreSQL
database. Connections are created using pgsql_connection_new() which
returns a DexFuture that resolves when the connection is established.
Once connected, you can execute queries using pgsql_connection_query().
The connection uses non-blocking I/O internally, allowing it to work efficiently with async/await patterns through Dex futures and fibers.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.