Libgda DDL example
==================

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

The example in this directory illustrate how to use the GdaServerOperation object to execute
DDL queries (queries which do not manipulate data, such as SELECT, INSERT, UPDATE or DELETE).

It simply creates a ddl_db.db SQLite database file in which a table is added.

Compiling and running:
----------------------
Make sure the project was configued with option "-Dwith-examples=true"
> meson -Dwith-examples=true
> ninja

and to run (go to examples/DDL):
> ./ddl

The resulting ddl_db.db SQLite file should contain a single table named "products":

