summaryrefslogtreecommitdiff
path: root/databases/rubygem-sqlite3-ruby/pkg-descr
blob: da584570b2f60a5b8555c3d3a7ffcc3668b0d115 (plain) (blame)
1
2
3
4
5
6
7
8
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.rubyforge.org