Difference between revisions of "OpenDBX"
From Linuxnetworks
(resources) |
(Wikipedia link) |
||
Line 1: | Line 1: | ||
[[Image:Logo-opendbx.png|right]] | [[Image:Logo-opendbx.png|right]] | ||
− | OpenDBX is an extremely lightweight but extensible C | + | OpenDBX is an extremely lightweight but extensible database access library written in C. It provides a single, clean and simple interface across all supported databases that leads to an elegant code design automatically. If you want your application to support different databases with little effort, this is definitively the right thing for you! |
# Get a picture | # Get a picture | ||
Line 19: | Line 19: | ||
## [[OpenDBX DBMS Differences|Database differences]] | ## [[OpenDBX DBMS Differences|Database differences]] | ||
## [[OpenDBX Portable SQL|Portable SQL statements]] | ## [[OpenDBX Portable SQL|Portable SQL statements]] | ||
+ | |||
+ | == See also == | ||
+ | |||
+ | [http://en.wikipedia.org/wiki/Database_access_library Database access library] |
Revision as of 14:47, 21 April 2007
OpenDBX is an extremely lightweight but extensible database access library written in C. It provides a single, clean and simple interface across all supported databases that leads to an elegant code design automatically. If you want your application to support different databases with little effort, this is definitively the right thing for you!
- Get a picture
- Resources
- Using OpenDBX
- Portability hints