DB Solo 3.5 Beta (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News DB Solo 3.5 Beta (Default branch)
# 1  
Old 06-24-2008
DB Solo 3.5 Beta (Default branch)

Image DB Solo is a powerful database development and management tool for developers and DBAs. It has an intuitive user interface that allows you to explore and manage your database objects as well as execute ad-hoc queries. It supports Oracle, MySQL, Sybase, DB2, Solid, PostgreSQL, and MS SQL Server. In addition to viewing and managing objects such as schemas, tables, indexes, views, tablespaces, users, roles, sessions, and stored procedures, you can view, edit, print, and export data from tables or the results of queries. You can also graphically view foreign key relationships. License: Shareware Changes:
The Oracle Stored Procedure Editor and Debugger was added, as well as Stored Procedure editors for SQL Server and Sybase ASE. An export tool was added, which allows you to export an unlimited number of rows to a CSV, HTML, or SQL file. Support for Oracle 11g and SQL Server 2008 was also added.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
GSQL(1) 						      General Commands Manual							   GSQL(1)

NAME
GSQL - an integrated database development environment for GNOME VERSION
Current version is 0.2.2 SYNOPSIS
gsql [options] DESCRIPTION
GSQL is a gtk2-based modular development tool for various RDBMS, such as Oracle, MySQL, PostgreSQL and others OPTIONS
The following options are provided by GSQL using the standard GNU command line syntax: --enable-debug Print debugging messages to stdout. --enable-trace Print tracing messages to stdout. -h, --help Print this help and exit. -v, --version Display the version information window. ENGINES
The Engine are GSQL's shared library contains a set of functions to access specific database plus the GUI components performing access to the database objects. Engines can be enabled and configured from the Preferences window. See http://gsql.org/development/ page for more information on developing engines. PLUGINS
GSQL allows for dynamic loading of plugins to add extra functionality to GSQL. See http://gsql.org/development/ page for more information on developing plugins. BUGS'n'PATCHES If you fix a bug in GSQL (or otherwise enhance it), please submit a patch (using svn diff > my.diff against the latest SVN revision) at http://code.google.com/p/gsql/issues/list Before sending a bug report, please verify that you have the latest version of GSQL. Many bugs (major and minor) are fixed at each release, and if yours is out of date, the problem may already have been solved. SEE ALSO
http://gsql.org/ http://code.google.com/p/gsql/ LICENSE
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA AUTHORS
GSQL's active developers are: Taras Halturin (lead developer) <halturin@gmail.com> This manpage was originally written by Taras Halturin. GSQL(1)