Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / databases / libgda / DESCR
blob1b42a1fc26043523a50601a605c61acf66d8384f
1 GNU Data Access (GDA) is an attempt to provide uniform access to different
2 kinds of data sources (databases, information servers, mail spools, etc).
3 It is a complete architecture that provides all you need to access your
4 data.  It is defined by a set of CORBA interfaces as generic as possible
5 (but very powerful at the same time) so that any kind of data source
6 can be accessed through them.
8   Libgda is an interface to the GDA architecture, providing a nice wrapper
9 around the CORBA interfaces, both for the client and the server parts.  It
10 also provides a bunch of tools to help you both in the development and
11 management of your data sources, all done through the GDA model's set of
12 CORBA interfaces.
14   Libgda was part of the GNOME-DB project, but has been separated from it
15 to allow non-GNOME applications to be developed based on it.