File: README

package info (click to toggle)
libgda4 4.0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 34,928 kB
  • ctags: 18,543
  • sloc: ansic: 187,884; sh: 10,317; xml: 7,903; yacc: 3,454; makefile: 1,974; java: 1,253; python: 896; sql: 321
file content (18 lines) | stat: -rw-r--r-- 446 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Libgda simple example
=====================

Description:
------------

The example in this directory illustrate how to create a complete program using Libgda.
It simply creates a example_db.db SQLite database file in which a table is added with some data
and the contents of that table is dumped on stdout.

Compiling and running:
----------------------

To compile (make sure Libgda is installed prior to this):
> make

and to run:
> ./example