pkgsrc/databases/ruby-sequel-core/DESCR
jlam 5902cd9c50 Update databases/ruby-sequel-core to 1.4.0. Changes from version 1.3
include fixes to the MySQL and PostgreSQL adapters.
2008-04-13 06:56:27 +00:00

10 lines
423 B
Text

Sequel is a database access toolkit for Ruby. Sequel provides thread
safety, connection pooling, and a concise DSL for constructing queries
and table schemas.
Sequel makes it easy to deal with multiple records without having to
break your teeth on SQL.
This package contains the core components that connect to the underlying
database through database adapters, as well as classes for directly
querying those databases.