1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/databases/rubygem-sqlite3/pkg-descr
Philip M. Gollucci 8d254b7c31 - Cannoicalize the WWW: [again],
- Save redirects s/http/https/ for github
2011-06-23 17:51:43 +00:00

10 lines
477 B
Plaintext

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: Jamis Buck (minam) <jgb3@email.byu.edu>
WWW: https://github.com/luislavena/sqlite3-ruby