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
12 lines
263 B
Text
12 lines
263 B
Text
include/apq/apq.adb
|
|
include/apq/apq.ads
|
|
include/apq/apq_helper.adb
|
|
include/apq/apq_helper.ads
|
|
lib/apq/static/apq.ali
|
|
lib/apq/static/apq_helper.ali
|
|
lib/apq/static/libapq.a
|
|
lib/gnat/apq.gpr
|
|
@dirrmtry lib/gnat
|
|
@dirrm lib/apq/static
|
|
@dirrm lib/apq
|
|
@dirrm include/apq
|