Part VI. Gda SQL console' user manual

Table of Contents

Getting started
Features
Execution
Connections management
Connection string's format
Meta data
Executing commands
SQL comands
Internal commands

The Libgda's console tool allow one to send SQL commands to a database server, and to easily browse the meta data associated to the database (ie. get information about tables and their columns, functions, triggers, etc). This tool has a usage similar to PostgreSQL's psql, MySQL's mysql, Oracle's sqlplus or SQLite's sqlite3 programs.

However, contrary to the programmed mentionned above, The Libgda's console tool offers the same features and usage for any of the databases supported by Libgda.