RubyGems Navigation menu

pg 0.20.0

Pg is the Ruby interface to the {PostgreSQL RDBMS}[http://www.postgresql.org/]. It works with {PostgreSQL 9.1 and later}[http://www.postgresql.org/support/versioning/]. A small example usage: #!/usr/bin/env ruby require 'pg' # Output a table of current connections to the DB conn = PG.connect( dbname: 'sales' ) conn.exec( "SELECT * FROM pg_stat_activity" ) do |result| puts " PID | User | Query" result.each do |row| puts " %7d | %-16s | %s " % row.values_at('procpid', 'usename', 'current_query') end end

Gemfile:
= Copier Copié!

installation:
=

Versions:

  1. 1.5.3 - April 28, 2023 x64-mingw32 (2,58 Mo)
  2. 1.5.3 - April 28, 2023 x64-mingw-ucrt (2,44 Mo)
  3. 1.5.3 - April 28, 2023 x86-mingw32 (2,35 Mo)
  4. 1.5.3 - April 28, 2023 (228 ko)
  5. 1.5.2 - April 26, 2023 x64-mingw32 (2,58 Mo)
  6. 0.20.0 - March 10, 2017 (225 ko)
Voir toutes les versions (238)

Dépendances de Development (9):

hoe ~> 3.12
hoe-bundler ~> 1.0
hoe-deveiate ~> 0.7
hoe-highline ~> 0.2
hoe-mercurial ~> 1.4
rake-compiler ~> 1.0.3
rdoc ~> 4.0
rspec ~> 3.0

Propriétaires:

Auteurs:

  • Michael Granger, Lars Kanis

Total de contrôle SHA 256:

855f7a0f8b28bb2ef71c1b3b05612be551452dbdc27519908e5d39a3257fac0f

Total de téléchargements 248 839 549

Pour cette version 12 720 558

License:

BSD-3-Clause

Version de Ruby requise: >= 2.0.0

Liens: