Module: PG
- Defined in:
- lib/async/postgres.rb
Class Method Summary collapse
Class Method Details
.connect(connection_string) ⇒ Object
28 29 30 |
# File 'lib/async/postgres.rb', line 28 def self.connect(connection_string) Async::Postgres::Proxy.new(connection_string) end |