File: control

package info (click to toggle)
sqlitebrowser 3.12.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 19,184 kB
  • sloc: cpp: 108,693; ansic: 2,143; yacc: 855; lex: 259; sh: 177; xml: 55; python: 27; makefile: 5
file content (34 lines) | stat: -rw-r--r-- 1,570 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: sqlitebrowser
Section: database
Priority: optional
Maintainer: Arto Jantunen <viiru@debian.org>
Build-Depends: debhelper-compat (= 13), qtbase5-dev, libsqlite3-dev, cmake, libantlr-dev, qttools5-dev, qttools5-dev-tools, libqt5scintilla2-dev
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://sqlitebrowser.org/
Vcs-Browser: https://salsa.debian.org/sqlitebrowser-team/sqlitebrowser
Vcs-Git: https://salsa.debian.org/sqlitebrowser-team/sqlitebrowser.git

Package: sqlitebrowser
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: GUI editor for SQLite databases
 SQLite Database Browser is a visual tool used to create, design and edit
 database files compatible with SQLite. Its interface is based on QT,
 and 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.
 Controls and wizards are available for users to:
  - Create and compact database files
  - Create, define, modify and delete tables
  - Create, define and delete indexes
  - Browse, edit, add and delete records
  - Search records
  - Import and export records as text
  - Import and export tables from/to CSV files
  - Import and export databases from/to SQL dump files
  - Issue SQL queries and inspect the results
  - Examine a log of all SQL commands issued by the application
 .
 SQLite Database Browser is not a visual shell for the sqlite command line
 tool. It does not require familiarity with SQL commands.