Name : ruby2.5-rubygem-pg
| |
Version : 1.2.3
| Vendor : openSUSE
|
Release : lp152.1.1
| Date : 2020-05-18 11:12:35
|
Group : Development/Languages/Ruby
| Source RPM : rubygem-pg-1.2.3-lp152.1.1.src.rpm
|
Size : 0.94 MB
| |
Packager : https://bugs_opensuse_org
| |
Summary : Pg is the Ruby interface to the PostgreSQL RDBMS
|
Description :
Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/]. It works with {PostgreSQL 9.2 and later}[http://www.postgresql.org/support/versioning/]. A small example usage:
require \'pg\'
conn = PG.connect( dbname: \'sales\' ) conn.exec( \"SELECT * FROM pg_stat_activity\" ) do |result| puts \" PID | User | Query\" result.each do |row| puts \" %7d | | %s \" % row.values_at(\'procpid\', \'usename\', \'current_query\') end end.
|
RPM found in directory: /vol/rzm3/linux-opensuse/distribution/leap/15.2/repo/oss/x86_64 |