diff options
Diffstat (limited to 'databases/ruby-sqlite3')
-rw-r--r-- | databases/ruby-sqlite3/pkg-descr | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/databases/ruby-sqlite3/pkg-descr b/databases/ruby-sqlite3/pkg-descr index da584570b2f6..7cca1fe5102f 100644 --- a/databases/ruby-sqlite3/pkg-descr +++ b/databases/ruby-sqlite3/pkg-descr @@ -1,9 +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. +sqlite3-ruby provides an interface for the SQLite DB engine version 3. +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> +Author: Jamis Buck (minam) <jgb3@email.byu.edu> WWW: http://sqlite-ruby.rubyforge.org |