mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
06827c4fb0
Use C++ object API to allow applications to connect to databases
9 lines
376 B
Plaintext
9 lines
376 B
Plaintext
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/
|