You are here: Home / LBN / Up2date / Cloud Computing / BastionLinux 19 / rubygem-pg-0.17.1-1.lbn19.x86_64

rubygem-pg-0.17.1-1.lbn19.x86_64

Package Attributes
RPM  rubygem-pg-0.17.1-1.lbn19.x86_64.rpm Architecture  x86_64 Size  108192 Created  2019/09/30 06:56:54 UTC
Package Specification
Summary Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/]
Group Development/Languages
License BSD and Ruby and GPL
Home Page https://bitbucket.org/ged/ruby-pg
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.

Requires
libruby.so.2.0()(64bit)  
rpmlib(PayloadFilesHavePrefix)  
rpmlib(FileDigests)  
rpmlib(CompressedFileNames)  
/usr/bin/env  
rpmlib(PayloadIsXz)  
Provides
pg_ext.so()(64bit)
rubygem(pg)
rubygem-pg
rubygem-pg(x86-64)

Document Actions