Difference between revisions of "OpenDBX"
From Linuxnetworks
(Transactions) |
(DML) |
||
Line 22: | Line 22: | ||
## [[Portable SQL - Quoting|Quoting]] | ## [[Portable SQL - Quoting|Quoting]] | ||
## [[Portable SQL - Transactions|Transactions]] | ## [[Portable SQL - Transactions|Transactions]] | ||
+ | ## [[Portable SQL - Data manipulation statements|Data manipulation statements]] | ||
== See also == | == See also == | ||
[[Wikipedia: Database access library]] | [[Wikipedia: Database access library]] |
Revision as of 23:02, 7 May 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
- Using OpenDBX
- Resources
- Portability hints
- Portable SQL