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
15 lines
409 B
Plaintext
15 lines
409 B
Plaintext
include/apq-odbc/apq-odbc-client.adb
|
|
include/apq-odbc/apq-odbc-client.ads
|
|
include/apq-odbc/apq-odbc.adb
|
|
include/apq-odbc/apq-odbc.ads
|
|
include/apq-odbc/odbc_lib.c
|
|
include/apq-odbc/odbc_lib.h
|
|
lib/apq-odbc/static/apq-odbc-client.ali
|
|
lib/apq-odbc/static/apq-odbc.ali
|
|
lib/apq-odbc/static/libapq-odbc.a
|
|
lib/gnat/apq-odbc.gpr
|
|
@dirrmtry lib/gnat
|
|
@dirrm lib/apq-odbc/static
|
|
@dirrm lib/apq-odbc
|
|
@dirrm include/apq-odbc
|