From: Sharon Rosner Date: 2007-04-23T04:20:29+09:00 Subject: ANN: Sequel 0.1.0 Released 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.