ANN: Sequel 0.1.0 Released

S

Sharon Rosner

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.rubyforge.org

Install Sequel:
sudo gem install sequel

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

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

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

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.
 

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

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,049
Latest member
Allen00Reed

Latest Threads

Top