ruby-forum.com
02 Jun '12, 5pm
Sequel 3.36.1 Released: eager loading via #each, nested_attributes with composite keys, PG json/inet/cidr types
Sequel is a lightweight database access toolkit for Ruby. * Sequel provides thread safety, connection pooling and a concise DSL for constructing SQL queries and table schemas. * Sequel includes a comprehensive ORM layer for mapping records to Ruby objects and handling associated records. * Sequel supports advanced database features such as prepared statements, bound variables, stored procedures, savepoints, two-phase commit, transaction isolation, master/slave configurations, and database sharding. * Sequel currently has adapters for ADO, Amalgalite, DataObjects, DB2, DBI, Firebird, IBM_DB, Informix, JDBC, MySQL, Mysql2, ODBC, OpenBase, Oracle, PostgreSQL, SQLite3, Swift, and TinyTDS. Sequel 3.36.0 has been released and should be available on the gem mirrors. = New Features * An eager_each plugin has been added, which automatically makes eagerly loaded datasets do eager lo...
Full article:
http://www.ruby-forum.com/topic/4402303