forked from pool/sqlitebrowser
6ad7fee719
+ Qt3Support was removed + Recent files menu added + Improved UI, making it more modern, replacing some dialogs etc. + Syntax highlighting for SQL code + Cleaned up the code, reducing the SLOC quite a bit + Added basic support for triggers and views + Added pragma editing + Added BLOB support + Added a new filter row for searching + Improved performance when opening large tables + Extended the SQL tab + Added SQLite extension support + Fixed a ton of bugs + Probably more - removed edittableform-fix-qdebug-use.patch - removed sqlitebrowser-libs.patch OBS-URL: https://build.opensuse.org/package/show/server:database/sqlitebrowser?expand=0&rev=2
36 lines
1.5 KiB
Groff
36 lines
1.5 KiB
Groff
.\" Hey, EMACS: -*- nroff -*-
|
|
.TH SQLITEBROWSER 1 "August 4, 2007"
|
|
.SH NAME
|
|
sqlitebrowser \- light GUI editor for SQLite databases
|
|
.SH SYNOPSIS
|
|
.B sqlitebrowser
|
|
.RI [ file ]
|
|
.SH DESCRIPTION
|
|
.B 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.
|
|
.SH SEE ALSO
|
|
SQLitebrowser's home page:
|
|
.IR "http://sqlitebrowser.sourceforge.net/".
|
|
.SH AUTHOR
|
|
.B 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.
|
|
.br
|
|
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.
|
|
.PP
|
|
This manual page was written by Fran\[,c]ois F\['e]votte <francois.fevotte@ensta.org>,
|
|
for the Debian project (but may be used by others).
|
|
.br
|
|
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.
|
|
.br
|
|
On Debian systems, the complete text of the GNU General Public License can be
|
|
found in /usr/share/common-licenses/GPL.
|