diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-06-26 03:47:13 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-06-26 03:47:13 +0000 |
commit | 703bbb782630b13db9404cf2c4e9907b02370792 (patch) | |
tree | 050da9323d4879e7f6fcdfd9c1dd180a12e0f228 /databases/rubygem-sqlite3-ruby/pkg-descr | |
parent | Update to 0.4.3. (diff) |
Add ruby-sqlite, (another) Ruby interface to the SQLite DB engine.
Diffstat (limited to 'databases/rubygem-sqlite3-ruby/pkg-descr')
-rw-r--r-- | databases/rubygem-sqlite3-ruby/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/databases/rubygem-sqlite3-ruby/pkg-descr b/databases/rubygem-sqlite3-ruby/pkg-descr new file mode 100644 index 000000000000..433dc455feb5 --- /dev/null +++ b/databases/rubygem-sqlite3-ruby/pkg-descr @@ -0,0 +1,9 @@ +sqlite-ruby provides an interface for the SQLite DB engine. This +differs from the DBD::SQLite module 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. + +Author: minam <jgb3@email.byu.edu> +WWW: http://sqlite-ruby.sourceforge.net/ |