File: README

package info (click to toggle)
libgda3 3.0.2-5
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 24,328 kB
  • ctags: 15,602
  • sloc: ansic: 143,317; xml: 29,226; sh: 8,875; makefile: 1,385; yacc: 509; lex: 396; sql: 118; cpp: 73
file content (60 lines) | stat: -rw-r--r-- 2,257 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
README file for libgda
======================

GNU Data Access (GDA) is an attempt to provide uniform access to 
different kinds
of data sources (databases, information servers, mail spools, etc).
It is a complete architecture that provides all you need to access
your data.
It is defined by a set of plugin APIs as generic as possible
(but very powerful at the same time) so that any kind of data source
can be accessed through them.

libgda is an interface to the GDA architecture, providing a nice
wrapper around the GDA interfaces, for both the client and the server
parts. It also provides a bunch of tools to help you both in the
development and management of your data sources, all done through
the GDA model's interfaces.

libgda was part of the GNOME-DB project (http://www.gnome.org/projects/gnome-db),
but has been separated from it to allow non-GNOME applications to be
developed based on it.

The libgda library is released under the terms of the LGPL license,  which
allows for commercial applications to be developed based on libgda. Its 
command-line tools are under the GPL.

Dependencies
------------
To compile libgda, you must have the following packages installed:
glib 2.0 or newer
gnome-xml
You can get all these packages from ftp.gnome.org.

Subdirectories
--------------
doc: the libgda api documentation
libgda: the actual libgda library
po: translation files for other languages than English
providers: some GDA service providers
tools: useful helper programs
testing: tools for testing and test programs

Checking your Installation
--------------------------
libgda comes with a test program (gda-test, under the testing/ directory)
which can be used to see if libgda and the providers work correctly. It
is going to be a complete test suite for the libgda installation, and a
diagnostic system that even tells you some hints on how to proceed if an
error occurs.
Use it if, after a successful installation, you're having problems making
libgda work.

Further information
-------------------
libgda comes with a automatic installation tool. For a guide on how to
install libgda, see the file named INSTALL.

For errors you find in the code or the documentation, please contact
gnome-db-list@gnome.org or the author of the file.