Name : ruby2.3-rubygem-pg
| |
Version : 0.18.3
| Vendor : openSUSE
|
Release : 4.17
| Date : 2017-07-07 20:35:19
|
Group : Development/Languages/Ruby
| Source RPM : rubygem-pg-0.18.3-4.17.src.rpm
|
Size : 1.02 MB
| |
Packager : http://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 8.4 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/42.3/repo/oss/suse/x86_64 |