mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
197ad92ef8
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
8 lines
95 B
Makefile
8 lines
95 B
Makefile
# $FreeBSD$
|
|
|
|
APQ_VERSION= 3.2.0
|
|
BASE_PORTREV= 0
|
|
DRV_ODBC_PR= 0
|
|
DRV_MYSQL_PR= 0
|
|
DRV_PGSQL_PR= 0
|