mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
aab48478ec
- Remove GEM_NAME - Use = instead of += - Update WWW
9 lines
432 B
Plaintext
9 lines
432 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.
|
|
|
|
WWW: https://github.com/sparklemotion/sqlite3-ruby
|