Bump databases/postgis25 to version 2.5.4_1
[dports.git] / databases / rubygem-sqlite3-ruby / pkg-descr
1 sqlite3-ruby provides an interface for the SQLite DB engine version 3.
2 This differs from the DBD::SQLite module in that it is more complete,
3 and from the ruby DBI version of SQLite in that it is SQLite specific,
4 so you can do things that would otherwise be more difficult via DBI.
5 If you want portability between backends, use DBI.  If you want ease
6 of use with SQLite, use this.
7
8 WWW: https://github.com/sparklemotion/sqlite3-ruby