Source: sqlitestudio Section: database Maintainer: Yangfl 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.