[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.0 Released

Sharon Rosner

4/22/2007 7:20:00 PM

Sequel: Concise ORM for Ruby. Sequel provides thread safety,
connection pooling and a concise DSL for constructing database queries
and table schemas.

Sequel version 0.1.0 has finally been released. This release fixes a
number of small bugs and issues and reaches 90% code coverage on the
specs, and the query DSL functionality is more or less complete.

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

Learn more about Sequel here:
http://sequel.rub...

Install Sequel:
sudo gem install sequel

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

Browse the source:
http://ruby-sequel.googlecode.com...

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

Now's the time to put in your requests and discuss what functionality
you'd like see in Sequel. Also, if any of you would like to see an
adapter for your database of choice, let me know. Here's the current
plan:

=== 0.1.1

* Cleanup Dataset API (especially count, aggregates, first and last).

* Spec and document Model.

* Complete MySQL adapter.

=== 0.1.2

* Better, more complete relations.

=== 0.1.3

* Refactor Schema.

=== 0.2.0

* Database reflection.