forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
8 lines
376 B
Text
8 lines
376 B
Text
DBConnect (Database Connect) API is an easy to use C++ object API to allow
|
|
applications to connect to databases. Your DB applications can now become
|
|
cross platform and cross databased.
|
|
|
|
The API currently implements MySQL, Oracle8 and PostGreSQL drivers in the
|
|
Unix environments and MySQL, Oracle8 and ODBC in the Windows environment.
|
|
|
|
WWW: http://dbconnect.sourceforge.net/
|