SkillAgentSearch skills...

Sequeler

SQL Client built in Vala

Install / Use

/learn @ellie-commons/Sequeler
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Sequeler

Friendly SQL Client

Build Status Translation status

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.

Database view in the light mode Database view in the dark mode

Supported Databases

  • PostgreSQL
  • MariaDB/MySQL
  • SQLite

Get it from the elementary OS AppCenter!

Sequeler, is primarily available from the AppCenter of elementary OS. Download it from there!

Get it on AppCenter

Get it from Flathub!

You can get Sequeler form Flathub no matter what distribution you're using. Download it or follow the instructions to install it from here!

Get it on Flathub

Support the Project

If you like Sequeler and you want to support its development, consider donating via PayPal or pledge on Patreon.

<a href="https://www.patreon.com/alecaddd" target="_blank"><img src="https://c5.patreon.com/external/logo/become_a_patron_button.png" width="170px" alt="Become a Patron"></a> <a href="https://www.paypal.me/alecaddd" target="_blank"><img src="https://www.paypalobjects.com/webstatic/mktg/Logo/pp-logo-200px.png" width="150px" alt="Donate on PayPal"></a>

Install it from source

You can install Sequeler by compiling from source, here's the list of dependencies required:

  • gtk+-3.0>=3.22.29
  • granite>=5.3
  • glib-2.0
  • gee-0.8
  • gobject-2.0
  • libxml-2.0
  • libgda-5.0
  • gtksourceview-4
  • libsecret-1
  • libssh2
  • meson>=0.59.0

Building

meson build --prefix=/usr
sudo ninja -C build install

Building development version

The development version allows you to keep the stable version perfectly working while hacking on Sequeler.

meson build --prefix=/usr -Dprofile=development
sudo ninja -C build install

You can run the application from terminal using

io.github.ellie_commons.sequeler.Devel

Help with the translation

Translation status

Contributors

View on GitHub
GitHub Stars840
CategoryData
Updated12d ago
Forks66

Languages

Vala

Security Score

100/100

Audited on Mar 14, 2026

No findings