aboutsummaryrefslogtreecommitdiffstats
path: root/databases/apq
Commit message (Collapse)AuthorAgeFilesLines
* APQ ports: apq, apq-mysql, apq-pgsql, apq-odbcmarino2014-03-261-0/+4
| | | | | | | | | | | | Without direction, GPRconfig will create a cgpr file at the standard $PREFIX/lib/gnat repository. This is the cause of the builder failures because it touches a part of the userland it's not supposed to. GPRconfig should be modified not to do this; it is never desirable. In the meantime, the fix for APQ is to specify .cgpr targets which do not exist so GPRconfig creates them there instead of $PREFIX/lib/gnat. Reported by: swills
* Add new Ada database ports: apq, apq-mysql, apq-pgsql, apq-odbcmarino2014-03-255-0/+87
APQ is a database interface library written in Ada95. This is the base library, but it is not useful without a driver. There are three drivers available for PostgreSQL, MySQL, and ODBC in separate ports. Some features: * Thick binding * Strong typing support * Full BLOB support (PGSQL) * High performance BLOB I/O via streams * Full support for NULL Values * Fully portable (database neutral) code possible * Four levels of debug tracing WWW: https://bitbucket.org/kowframework/apq