Add files from parent branch HEAD:
[pkgsrc.git] / databases / ruby-sequel-core / 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 the core components that connect to the underlying
9 database through database adapters, as well as classes for directly
10 querying those databases.