module PG
Defined in:
pg.crpg/connection.cr
pg/decoder.cr
pg/decoders/array_decoder.cr
pg/error.cr
pg/escape_helper.cr
pg/geo.cr
pg/interval.cr
pg/numeric.cr
pg/version.cr
pg_ext/big_rational.cr
Constant Summary
-
VERSION =
"0.29.0"
Class Method Summary
-
.connect(url)
Establish a connection to the database
-
.connect_listen(url, channels : Enumerable(String), blocking : Bool = false, &blk : PQ::Notification -> ) : ListenConnection
ditto
- .connect_listen(url, *channels : String, blocking : Bool = false, &blk : PQ::Notification -> ) : ListenConnection
Macro Summary
Class Method Detail
def self.connect_listen(url, channels : Enumerable(String), blocking : Bool = false, &blk : PQ::Notification -> ) : ListenConnection
#
ditto
def self.connect_listen(url, *channels : String, blocking : Bool = false, &blk : PQ::Notification -> ) : ListenConnection
#