ANN: Sequel 0.5 Released

S

Sharon Rosner

Sequel version 0.5 has just been released. Sequel is a lightweight
database access and ORM library for Ruby. Sequel provides thread
safety, connection pooling and a simple and expressive API for
constructing database queries and table schemas.

This release separates the Sequel::Model class from the rest of Sequel
and into its own separate gem, called sequel_model. The simplest way
to install or upgrade sequel is to install the sequel_model gem:

sudo gem install sequel_model

This will also update your sequel core installation to version 0.5.

=== More info on Sequel

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
 
T

Tim Uckun

Sequel version 0.5 has just been released. Sequel is a lightweight
database access and ORM library for Ruby. Sequel provides thread
safety, connection pooling and a simple and expressive API for
constructing database queries and table schemas.

Does this mean sequel is faster then AR? Does it work better with
legacy databases? Is it more compatible with stored procedures and
views?

Thanks.
 
S

Sharon Rosner

Does this mean sequel is faster then AR? =A0Does it work better with
legacy databases? Is it more compatible with stored procedures and
views?

Sequel cannot really be compared to AR. It is a much better tool for
working with large data sets and legacy databases. It does support
selecting records from views and stored procedures. You can make up
your own mind by giving it a spin.

sharon
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,070
Latest member
BiogenixGummies

Latest Threads

Top