[ ソース: ruby-sequel-pg ]
パッケージ: ruby-sequel-pg (1.14.0-1 など)
ruby-sequel-pg に関するリンク
Debian の資源:
ruby-sequel-pg ソースパッケージをダウンロード:
- [ruby-sequel-pg_1.14.0-1.dsc]
- [ruby-sequel-pg_1.14.0.orig.tar.gz]
- [ruby-sequel-pg_1.14.0-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Faster SELECTs when using Sequel with pg
sequel_pg overwrites the inner loop of the Sequel postgres adapter row fetching code with a C version. The C version is significantly faster (2-6x) than the pure ruby version that Sequel uses by default.
その他の ruby-sequel-pg 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libpq5 (>= 9.2~beta3)
- PostgreSQL 用 C クライアントライブラリ
-
- dep: libruby3.1t64 (>= 3.1.2)
- Libraries necessary to run Ruby 3.1
-
- dep: ruby
- オブジェクト指向スクリプト言語 Ruby のインタプリタ (デフォルト版)
- または ruby-interpreter
- パッケージは利用できません
-
- dep: ruby-pg
- PostgreSQL interface for Ruby
-
- dep: ruby-sequel
- Simple, flexible, and powerful SQL database access toolkit for Ruby