Difference between revisions of "OpenDBX"
From Linuxnetworks
(abstraction layer) |
(split portable sql) |
||
Line 18: | Line 18: | ||
## [[OpenDBX DBMS Datatypes|Supported data types]] | ## [[OpenDBX DBMS Datatypes|Supported data types]] | ||
## [[OpenDBX DBMS Differences|Database differences]] | ## [[OpenDBX DBMS Differences|Database differences]] | ||
− | ## [[ | + | # Portable SQL |
+ | ## [[Portable SQL - Aliases|Aliases]] | ||
+ | ## [[Portable SQL - Quoting|Quoting]] | ||
== See also == | == See also == | ||
[[Wikipedia: Database access library]] | [[Wikipedia: Database access library]] |
Revision as of 00:45, 26 April 2007
OpenDBX is an extremely lightweight but extensible database access library written in C. It provides an abstraction layer to all supported databases with a single, clean and simple interface 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
- Portable SQL