summaryrefslogtreecommitdiff
path: root/databases/ruby-sqlite3/pkg-descr
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2005-01-21 15:36:45 +0000
commit7011c19a8c96a2f8fb7c04d61cb28cdc507584a6 (patch)
tree22c0efaf2b6bb5b461389f9bac9542c7e3a5909a /databases/ruby-sqlite3/pkg-descr
parenta33896596d7008d70bca9b6ce72347e2d7b6fd9a (diff)
Diffstat (limited to 'databases/ruby-sqlite3/pkg-descr')
-rw-r--r--databases/ruby-sqlite3/pkg-descr9
1 files changed, 0 insertions, 9 deletions
diff --git a/databases/ruby-sqlite3/pkg-descr b/databases/ruby-sqlite3/pkg-descr
deleted file mode 100644
index da584570b2f6..000000000000
--- a/databases/ruby-sqlite3/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-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.rubyforge.org