DB Solo 3.0 Beta 1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News DB Solo 3.0 Beta 1 (Default branch)
# 1  
Old 01-22-2008
DB Solo 3.0 Beta 1 (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:
A schema scripting tool was added that allows you to create a DDL script for your entire schema. An import tool was added that lets you import data from CSV or fixed-length files into a table. Several major enhancements were made to the schema compare and table data comparison tools. Support for Mac OS 10.5 (Leopard) was implemented. Dozens of bugfixes and other changes were also added.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
PGSNAP(1)							   User Commands							 PGSNAP(1)

NAME
pgsnap - PostgreSQL report tool DESCRIPTION
pgsnap is a PostgreSQL tool that mimics orasnap performance report tool for Oracle. Usage: ./pgsnap [OPTIONS]... [DBNAME] General options: -a, --all build a report for all databases on the PostgreSQL server -d DBNAME specify database name to connect to (default: your login name) -o outputdir specify directory name where the reports will be created (default: the database name followed by 'snap_', followed by the date and time) -S, --without-sysobjects all reports will display informations on user objects only -S, --delete-if-exists delete output directory if it already exists --help show this help, then exit --version output version information, then exit Connection options: -h HOSTNAME database server host or socket directory (default: "localhost") -p PORT database server port (default: "5432") -U NAME database user name (default: your login name) -W prompt for password AUTHOR and CREDITS pgsnap is written and maintained by Guillaume Lelarge <guillaume at lelarge dot info> The pgsnap website: http://pgsnap.projects.postgresql.org/ This manpage was written by Pierre Chifflier <chifflier@debian.org> pgsnap 0.5.0 Feb 2010 PGSNAP(1)