Registry / database / sequel-pg

sequel-pg

JSON →
library1.19.0rbrubygemsunverified

Optimizes the Sequel PostgreSQL adapter row fetching with a C version for significantly faster performance, and adds support for PostgreSQL streaming.

gem install sequel_pg
INSTALL
IMPORT
SIG · SEQUEL-PG
S
sequel-pg
databaserubyv1.19.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Sequel::Postgres
require 'sequel_pg'

Connect to a PostgreSQL database and fetch rows with optimized performance.

require 'sequel_pg' DB = Sequel.connect('postgres://user:pass@localhost/db') DB[:table].all
Debug
Known issues
gotchaRequires a C compiler and PostgreSQL development headers to install.
fix
Install libpq-dev or postgresql-devel package before installing the gem.
affects: >= 0
Upgrade
Version history
1.19.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
Meta
1
Amazon
1
Resources
sequel-pg — gem install sequel-pg · libregistry