套件:ruby-sequel-pg(1.14.0-1 以及其他的) [debports]
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: libatomic1 (>= 4.8)
- support library providing __atomic built-in functions
-
- dep: libc6 (>= 2.27)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libpq5 (>= 9.2~beta3)
- PostgreSQL C client library
-
- dep: libruby (<< 1:3.2~)
- Libraries necessary to run Ruby
- dep: libruby (>= 1:3.1~0)
-
- dep: libruby3.1 (>= 3.1.2)
- Libraries necessary to run Ruby 3.1
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
- 或者 ruby-interpreter
- 套件暫時不可用
-
- dep: ruby-pg
- PostgreSQL interface for Ruby
-
- dep: ruby-sequel
- Simple, flexible, and powerful SQL database access toolkit for Ruby