RAA - sqlite-ruby/2.2.2

sqlite-ruby / 2.2.2

Short description: Interface to the SQLite DB engine
Category: Library/Database
Status: stable
Created: 2003-06-23 21:08:42 GMT
Last update: 2004-11-15 18:56:42 GMT
Owner: Jamis Buck (Projects of this owner)
Homepage: http://sqlite-ruby.rubyforge.org
Download: http://rubyforge.org/frs/?group_id=254&release_id=1522
License: GPL
Dependency:
Required by: sldb/0.0.0 jamis buck's great sqlite bindings
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 bug #1053, "compiling triggers". "create trigger" statements are now parsed correctly.

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