1
0
forked from pool/sqlitebrowser
sqlitebrowser/sqlitebrowser.1
Lars Vogdt 6ad7fee719 - update to 3.0:
+ 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
2013-11-07 13:23:18 +00:00

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.