1GSQL(1) General Commands Manual GSQL(1)
2
3
4
6 GSQL - an integrated database development environment for GNOME
7
9 Current version is 0.2.1
10
12 gsql [options]
13
14
16 GSQL is a gtk2-based modular development tool for various RDBMS, such
17 as Oracle, MySQL, PostgreSQL and others
18
19
21 The following options are provided by GSQL using the standard GNU com‐
22 mand line syntax:
23
24 --enable-debug
25 Print debugging messages to stdout.
26
27
28 --enable-trace
29 Print tracing messages to stdout.
30
31
32
33 -h, --help
34 Print this help and exit.
35
36
37 -v, --version
38 Display the version information window.
39
40
42 The Engine are GSQL's shared library contains a set of functions to
43 access specific database plus the GUI components performing access to
44 the database objects. Engines can be enabled and configured from the
45 Preferences window. See http://gsql.org/development/ page for more
46 information on developing engines.
47
48
50 GSQL allows for dynamic loading of plugins to add extra functionality
51 to GSQL. See http://gsql.org/development/ page for more information on
52 developing plugins.
53
54
56 If you fix a bug in GSQL (or otherwise enhance it), please submit a
57 patch (using svn diff > my.diff against the latest SVN revision) at
58 http://code.google.com/p/gsql/issues/list
59
60 Before sending a bug report, please verify that you have the latest
61 version of GSQL. Many bugs (major and minor) are fixed at each
62 release, and if yours is out of date, the problem may already have been
63 solved.
64
65
67 http://gsql.org/
68 http://code.google.com/p/gsql/
69
70
72 This program is free software; you can redistribute it and/or modify it
73 under the terms of the GNU General Public License as published by the
74 Free Software Foundation; either version 2 of the License, or (at your
75 option) any later version.
76
77 This program is distributed in the hope that it will be useful, but
78 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
79 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
80 Public License for more details.
81
82 You should have received a copy of the GNU General Public License along
83 with this program; if not, write to the Free Software Foundation, Inc.,
84 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
85
86
88 GSQL's active developers are:
89
90 Taras Halturin (lead developer) <halturin@gmail.com>
91
92 This manpage was originally written by Taras Halturin.
93
94
95
96 GSQL(1)