[ 原始碼: ruby-sequel-pg ]
套件: ruby-sequel-pg (1.12.2-1build1)
ruby-sequel-pg 的相關超連結
Trisquel 的資源:
下載原始碼套件 ruby-sequel-pg:
- [ruby-sequel-pg_1.12.2-1build1.dsc]
- [ruby-sequel-pg_1.12.2.orig.tar.gz]
- [ruby-sequel-pg_1.12.2-1build1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Ruby Extras Maintainers (郵件存檔)
- Dmitry Borodaenko
外部的資源:
- 主頁 [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.4)
- GNU C Library: Shared libraries
同時作為一個虛擬套件由這些套件提供: libc6-udeb
-
- dep: libpq5 (>= 9.2~beta3)
- PostgreSQL C client library
-
- dep: libruby2.7 (>= 2.7.0-4) [amd64]
- Libraries necessary to run Ruby 2.7
- dep: libruby2.7 (>= 2.7.0~preview1) [armhf]
-
- dep: ruby (<< 1:2.8~)
- Interpreter of object-oriented scripting language Ruby (default version)
- dep: ruby (>= 1:2.7~0)
-
- dep: ruby-pg
- PostgreSQL interface for Ruby
-
- dep: ruby-sequel
- Simple, flexible, and powerful SQL database access toolkit for Ruby