1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: libsequel-core-ruby
Section: interpreters
Priority: optional
Maintainer: Sebastien Delafond <seb@debian.org>
Build-Depends: debhelper (>> 3.0.0)
Standards-Version: 3.7.3
Package: libsequel-core-ruby1.8
Architecture: all
Depends: ruby, libmetaid-ruby1.8
Suggests: libdbi-ruby1.8, libsqlite3-ruby1.8, libpgsql-ruby1.8, libodbc-ruby1.8
Description: Lightweight database access toolkit for Ruby (core files)
Sequel is a lightweight database access toolkit for Ruby. Sequel
provides thread safety, connection pooling and a concise DSL for
constructing database queries and table schemas. Sequel also includes
a lightweight but comprehensive ORM layer for mapping records to Ruby
objects using the ActiveRecord pattern.
.
Sequel makes it easy to deal with multiple records without having to
break your teeth on SQL.
.
Sequel currently has adapters for ADO, DB2, DBI, Informix, JDBC,
MySQL, ODBC, OpenBase, Oracle, PostgreSQL and SQLite3.
Package: libsequel-core-ruby
Architecture: all
Depends: libsequel-core-ruby1.8
Description: Lightweight database access toolkit for Ruby (core files)
Sequel is a lightweight database access toolkit for Ruby. Sequel
provides thread safety, connection pooling and a concise DSL for
constructing database queries and table schemas. Sequel also includes
a lightweight but comprehensive ORM layer for mapping records to Ruby
objects using the ActiveRecord pattern.
.
Sequel makes it easy to deal with multiple records without having to
break your teeth on SQL.
.
Sequel currently has adapters for ADO, DB2, DBI, Informix, JDBC,
MySQL, ODBC, OpenBase, Oracle, PostgreSQL and SQLite3.
.
This package provide documentation and depends on the package
containing the actual library for the default Ruby version.
|