ANN: Sequel 0.1.9.12 Released

Sequel 0.1.9.12 has just been released. This release includes a few
fixes for working with Model.set_schema, courtesy of Rick O… This
release also adds a few more specs (we’re now at 96.2% code coverage!)

Sequel is a lightweight ORM library for Ruby. Sequel provides thread
safety, connection pooling and a concise DSL for constructing database
queries and table schemas. Sequel has adapters for SQLite, MySQL,
PostgreSQL, DBI, ODBC and ADO.

=============================================

Sequel project page:
http://code.google.com/p/ruby-sequel

Sequel documentation:
http://sequel.rubyforge.org

Join the Sequel-talk group:
http://groups.google.com/group/sequel-talk

Install the gem:
sudo gem install sequel

Or check out the source and install manually:
svn co http://ruby-sequel.googlecode.com/svn/trunk sequel
cd sequel
rake install

sharon