aboutsummaryrefslogtreecommitdiffstats
path: root/databases/rubygem-sqlite3/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'databases/rubygem-sqlite3/pkg-descr')
-rw-r--r--databases/rubygem-sqlite3/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/databases/rubygem-sqlite3/pkg-descr b/databases/rubygem-sqlite3/pkg-descr
new file mode 100644
index 000000000000..433dc455feb5
--- /dev/null
+++ b/databases/rubygem-sqlite3/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/