RAA - sqlite-ruby/2.2.0

sqlite-ruby / 2.2.0

Short description: Interface to the SQLite DB engine
Category: Library/Database
Status: stable
Created: 2003-06-23 21:08:42 GMT
Last update: 2004-10-28 04:14:21 GMT
Owner: Jamis Buck (Projects of this owner)
Homepage: http://sqlite-ruby.rubyforge.org
Download: http://rubyforge.org/frs/?group_id=410
License: GPL
Dependency:
None
Description:

Provides an interface for the SQLite DB engine. This differs from the 'ruby-sqlite' project (also on RAA) in that it is more complete, and from the ruby DBI version of SQLite in that it is SQLite specific, so you can do things that would otherwise be more difficult via DBI. If you want portability between backends, use DBI. If you want ease of use with SQLite, use this. :)

This release fixes the compiler warnings. It makes Statement#execute accept bind values as arguments, and adds Statement#execute! (which returns the query results as an array).

Versions: [2.2.2 (2004-11-15)] [2.2.1 (2004-11-04)] [2.2.0 (2004-10-28)] [2.1.0 (2004-09-29)] [2.0.3 (2004-09-20)] [2.0.1 (2004-09-10)] [2.0.0 (2004-09-09)] [1.2.0 (2004-07-05)] [1.1.3 (2004-05-27)] [1.0 (-)]

Edit this project (for project owner)

back to RAA top