[ 源代码: 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 client library
-
- dep: libruby3.1t64 (>= 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