forked from Lainports/freebsd-ports
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
20 lines
781 B
Text
20 lines
781 B
Text
include/apq-postgresql/apq-postgresql-client.adb
|
|
include/apq-postgresql/apq-postgresql-client.ads
|
|
include/apq-postgresql/apq-postgresql-decimal.adb
|
|
include/apq-postgresql/apq-postgresql-decimal.ads
|
|
include/apq-postgresql/apq-postgresql.ads
|
|
include/apq-postgresql/apq-postgresql.ads-e
|
|
include/apq-postgresql/decimal.h
|
|
include/apq-postgresql/notices.c
|
|
include/apq-postgresql/numeric.c
|
|
include/apq-postgresql/numeric.h
|
|
include/apq-postgresql/pgtypes.h
|
|
lib/apq-postgresql/static/apq-postgresql-client.ali
|
|
lib/apq-postgresql/static/apq-postgresql-decimal.ali
|
|
lib/apq-postgresql/static/apq-postgresql.ali
|
|
lib/apq-postgresql/static/libapq-postgresql.a
|
|
lib/gnat/apq-postgresql.gpr
|
|
@dirrmtry lib/gnat
|
|
@dirrm lib/apq-postgresql/static
|
|
@dirrm lib/apq-postgresql
|
|
@dirrm include/apq-postgresql
|