From a449f4d54b55285c8c9e2e2ef3ed2a9a0875ef3e Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sun, 16 Jan 2005 18:26:54 +0000 Subject: Clearly state which version of SQLite is supported. --- databases/ruby-sqlite3/pkg-descr | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'databases/ruby-sqlite3') 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 +Author: Jamis Buck (minam) WWW: http://sqlite-ruby.rubyforge.org -- cgit v1.2.3