diff options
author | marino <marino@FreeBSD.org> | 2014-03-25 19:28:38 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-03-25 19:28:38 +0800 |
commit | 8afd430694dd4225be36fa28929f928d06f81f7d (patch) | |
tree | 179c245b33c07eeb13aeef81420d78258f4718a7 /databases/apq-odbc/pkg-descr | |
parent | 50bc43394d158a5524a498847d22d9c69c8b2d94 (diff) | |
download | freebsd-ports-gnome-8afd430694dd4225be36fa28929f928d06f81f7d.tar.gz freebsd-ports-gnome-8afd430694dd4225be36fa28929f928d06f81f7d.tar.zst freebsd-ports-gnome-8afd430694dd4225be36fa28929f928d06f81f7d.zip |
Add new Ada database ports: apq, apq-mysql, apq-pgsql, apq-odbc
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
Diffstat (limited to 'databases/apq-odbc/pkg-descr')
-rw-r--r-- | databases/apq-odbc/pkg-descr | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/apq-odbc/pkg-descr b/databases/apq-odbc/pkg-descr new file mode 100644 index 000000000000..7065f7950a41 --- /dev/null +++ b/databases/apq-odbc/pkg-descr @@ -0,0 +1,4 @@ +APQ is a database interface library written in Ada95, and this is the +ODBC driver that is used with it. + +WWW: https://bitbucket.org/kowframework/apq-odbc |