From: Tim Uckun Date: 2008-01-01T17:55:21+09:00 Subject: Re: ANN: Sequel 0.5 Released On Dec 30, 2007 9:26 PM, Sharon Rosner wrote: > 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.