[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

ANN: Sequel 0.1.9.12 Released

Sharon Rosner

8/26/2007 1:23:00 PM

Sequel 0.1.9.12 has just been released. This release includes a few
fixes for working with Model.set_schema, courtesy of Rick Olson. 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 documentation:
<http://sequel.rubyfor...

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

Install the gem:
sudo gem install sequel

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

sharon