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: sequeler
Section: devel
Priority: optional
Maintainer: Yangfl <mmyangfl@gmail.com>
Build-Depends: meson,
debhelper-compat (= 13),
libgtk-3-dev,
valac (>= 0.26),
libgranite-dev (>= 0.5),
libgtksourceview-4-dev,
libxml2-dev,
libglib2.0-dev,
libgda-5.0-dev,
libsecret-1-dev,
libssh2-1-dev,
desktop-file-utils,
Standards-Version: 4.7.3
Homepage: https://github.com/Alecaddd/sequeler
Vcs-Git: https://salsa.debian.org/yangfl-guest/sequeler.git
Vcs-Browser: https://salsa.debian.org/yangfl-guest/sequeler
Package: sequeler
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends},
Recommends: libgda-5.0-mysql, libgda-5.0-postgres,
Description: SQL client built in Vala and Gtk
Sequeler is a native Linux SQL client built in Vala and Gtk. It allows you to
connect to your local and remote databases, write SQL in a handy text editor
with language recognition, and visualize SELECT results in a Gtk.Grid Widget.
.
Supported databases:
* PostgreSQL
* MariaDB/MySQL
* SQLite
|