Tweak audio/festvox-el11 version 1.4.0_2
[dports.git] / devel / rubygem-sequel / pkg-descr
1 Sequel is a database toolkit for Ruby.
2     * Sequel provides thread safety, connection pooling and a concise
3         DSL for constructing database queries and table schemas.
4     * Sequel also includes a lightweight but comprehensive ORM layer for
5         mapping records to Ruby objects and handling associated records.
6     * Sequel supports advanced database features such as prepared
7         statements, bound variables, master/slave configurations, and database
8         sharding.
9     * Sequel makes it easy to deal with multiple records without having
10         to break your teeth on SQL.
11     * Sequel currently has adapters for ADO, DB2, DBI, Informix, JDBC,
12         MySQL, ODBC, OpenBase, Oracle, PostgreSQL and SQLite3.
13
14 WWW: http://sequel.jeremyevans.net/