Posted By: Jamis Buck
Date: 2004-05-11 21:50
Summary: RELEASED: SQLite/Ruby 1.1
Project: SQLite-Ruby
The SQLite/Ruby module is now hosted on RubyForge! Additionally, type conversion support is now available. This will convert result sets from queries into the appropriate Ruby types, instead of just handing them back as strings. (You have to have "show_datatypes" enabled for this to work, though.) Version 1.1 also has a more robust error checking framework, and provides a few convenience methods for doing singleton selects.
API docs are now available at http://sqlite-ruby.rubyforge.org/doc. More info (including tutorials) is pending. |
|