- Since this new version supports MSSQL through the freetds library add that to the Makefile
- Fix installation of opendbx.pc file
- Fix building SQLite 2 and SQLite 3 backends when both were selected
- Make Gettext support optional (instead of disabled by default)
PR: ports/109276
Submitted by: maintainer (Ralf van der Enden)
accessing databases with a single API. It provides a clean and simple
interface across all supported databases that leads to an elegant
code design automatically. Currently MySQL, PostgreSQL and SQLite are
supported and backends for more native database APIs can be written
easily. If you want your application to support different databases
with little effort, this is definitively the right thing for you!
License: LGPL
WWW: http://www.linuxnetworks.de/opendbx/
PR: ports/95005
Submitted by: tremere at cainites.net