Wabit 0.9.4 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Wabit 0.9.4 (Default branch)
# 1  
Old 01-30-2009
Wabit 0.9.4 (Default branch)

Wabit, sponsored by SQL Power Group Inc, is a cross-platform, open-source ad-hoc reporting tool with a GUI and an embeddable API. License: GNU General Public License v3 Changes:
Queries now have a log tab to display the number of lines changed on inserts and updates and tell how long a query took to execute. When viewing a query, empty queries will no longer be executed. The editor in Windows can now be maximized from the menu. Several memory leaks have been fixed. Image

Image

More...
Login or Register to Ask a Question

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

NAME
sqlitebrowser - light GUI editor for SQLite databases SYNOPSIS
sqlitebrowser [file] DESCRIPTION
SQLite Database Browser is a visual tool used to create, design and edit database files compatible with SQLite. It is meant to be used for users and developers that want to create databases, edit and search data using a familiar spreadsheet-like interface, without the need to learn complicated SQL commands. SEE ALSO
SQLitebrowser's home page: http://sqlitebrowser.sourceforge.net/. AUTHOR
sqlitebrowser was developed originally by Mauricio Piacentini from Tabuleiro Producoes. Icons were contributed by Raquel Ravanini, also from Tabuleiro. Jens Miltner contributed the code to support SQLite 3.x databases for the 1.2 release. In the spirit of the original SQLite source files, the authors disclaim copyright to this source code. It may be used as the basis for other programs, public domain, open source or commercial. Do whatever you want with it. This manual page was written by Francois Fevotte <francois.fevotte@ensta.org>, for the Debian project (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. August 4, 2007 SQLITEBROWSER(1)