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 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
Source: sqlitestudio
Section: database
Maintainer: Yangfl <mmyangfl@gmail.com>
Build-Depends:
debhelper-compat (= 13),
pkgconf,
libpython3-dev,
qttools5-dev,
qtdeclarative5-dev,
qtscript5-dev,
libqt5svg5-dev,
libsqlite3-dev,
libreadline-dev,
tcl-dev,
libssl-dev,
Standards-Version: 4.7.3
Homepage: https://sqlitestudio.pl/
Vcs-Git: https://salsa.debian.org/yangfl-guest/sqlitestudio.git
Vcs-Browser: https://salsa.debian.org/yangfl-guest/sqlitestudio
Package: sqlitestudio
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: sqlitestudio-plugins
Description: free, open source, multi-platform SQLite database manager
SQLiteStudio is desktop application for browsing and editing SQLite database
files. It is aimed for people, who know what SQLite is, or what relational
databases are in general.
Package: sqlitestudio-plugins
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: free, open source, multi-platform SQLite database manager (plugins)
SQLiteStudio is desktop application for browsing and editing SQLite database
files. It is aimed for people, who know what SQLite is, or what relational
databases are in general.
.
This package contains plugins for sqlitestudio, including:
* CellRendererImage: Introduces image preview for cells in Grid View.
* CsvExport: Provides CSV format for exporting.
* CsvImport: CSV format support for importing data.
* DbAndroid: Provides support for remote SQLite databases on Android devices.
* DbSqliteCipher: Provides support for databases encrypted with SQLCipher.
* DbSqliteWx: Provides support for WxSQLite3/SQLCipher/System.Data.SQLite3
databases, including encryption.
* ErdEditor: Implements Entity Relations Diagram editor, allowing
representing existing schema as a diagram, modifying the diagram and
execyting changes on the database.
* HtmlExport: Provides HTML format for exporting.
* JsonExport: Provides JSON format for exporting.
* MultiEditorImage: Introduces image editor/viewer tab for cell editor and
form view.
* MultiEditorJson: Introduces JSON editor/viewer tab with syntax highlighting
for cell editor and form view.
* PdfExport: Provides PDF format for exporting.
* Printing: Provides printing support.
* PythonSyntaxHighlighter: Provides Python syntax highlighting support.
* RegExpImport: Importing data from text files using regular expression.
* ScriptingPython: Provides Python scripting language support for
SQLiteStudio.
* ScriptingTcl: Provides Tcl scripting language support for SQLiteStudio.
* SqlEnterpriseFormatter: Advanced SQL formatter.
* SqlExport: Provides SQL format for exporting.
* SqlFormatterSimple: Basic formatter with very little options.
* TclSyntaxHighlighter: Provides Tcl syntax highlighting support.
* XmlExport: Provides XML format for exporting.
|