module

PG

Constants

VERSION = "0.30.0"

Class methods

connect(url)

Establish a connection to the database

Source
connect_listen(url, channels : Enumerable(String), blocking : Bool = false, &blk : PQ::Notification -> ) : ListenConnection

ditto

Source
connect_listen(url, *channels : String, blocking : Bool = false, &blk : PQ::Notification -> ) : ListenConnection
Source
connect_replication(url, *, handler, publication_name, slot_name, keepalive_interval : Time::Span = 10.seconds)
Source

Macros

array_type(t, oid)
Source

Nested types