mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +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
13 lines
367 B
Plaintext
13 lines
367 B
Plaintext
include/apq-mysql/apq-mysql-client.adb
|
|
include/apq-mysql/apq-mysql-client.ads
|
|
include/apq-mysql/apq-mysql.ads
|
|
include/apq-mysql/c_mysql.c
|
|
lib/apq-mysql/static/apq-mysql-client.ali
|
|
lib/apq-mysql/static/apq-mysql.ali
|
|
lib/apq-mysql/static/libapq-mysql.a
|
|
lib/gnat/apq-mysql.gpr
|
|
@dirrmtry lib/gnat
|
|
@dirrm lib/apq-mysql/static
|
|
@dirrm lib/apq-mysql
|
|
@dirrm include/apq-mysql
|