module PG
Public Class Methods
connect(connection_string)
click to toggle source
# File lib/async/postgres.rb, line 28 def self.connect(connection_string) Async::Postgres::Proxy.new(connection_string) end
# File lib/async/postgres.rb, line 28 def self.connect(connection_string) Async::Postgres::Proxy.new(connection_string) end