Difference between revisions of "OpenDBX/Introduction"

From Linuxnetworks
Jump to: navigation, search
 
(Introduction)
Line 1: Line 1:
 
= Introduction =
 
= Introduction =
 
  
 
== Preamble ==
 
== Preamble ==
  
 
OpenDBX is a single C interface to various database backends. This HOWTO is about settting up and using the library API.
 
OpenDBX is a single C interface to various database backends. This HOWTO is about settting up and using the library API.
 
  
 
== Licence ==
 
== Licence ==

Revision as of 17:33, 5 September 2005

Introduction

Preamble

OpenDBX is a single C interface to various database backends. This HOWTO is about settting up and using the library API.

Licence

The OpenDBX library is licenced via the LGPL licence. The essence of this licence is that you can link commercial and non-commercial programs against the library without sharing any of your code, but you have to publish modifications of the library code itself.

The GNU Free Documentation Licence applies to this HOWTO.



Back to Overview