update Fri Jan 22 12:37:00 PST 2010
[pkgsrc.git] / databases / ruby-sequel / DESCR
1 Sequel is a database access toolkit for Ruby.  Sequel provides thread
2 safety, connection pooling, and a concise DSL for constructing queries
3 and table schemas.
4
5 Sequel makes it easy to deal with multiple records without having to
6 break your teeth on SQL.
7
8 This package contains model classes for Sequel that allow it to be used
9 as an object-relational mapping (ORM).