diff options
Diffstat (limited to 'development/opendbx/README')
-rw-r--r-- | development/opendbx/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/development/opendbx/README b/development/opendbx/README new file mode 100644 index 0000000000000..b3a89e99d4f28 --- /dev/null +++ b/development/opendbx/README @@ -0,0 +1,6 @@ +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! |