summaryrefslogtreecommitdiff
path: root/databases/ruby-sequel-core/DESCR
blob: 1a7416902e86170009e47938df5d110719209416 (plain)
1
2
3
4
5
6
7
8
9
10
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.