table of contents
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.org/.
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 François Févotte
<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.
August 4, 2007 |