Sequeler – Open Source SQL Client for Linux

Sequeler is a free and open source SQL client for Linux. It is built in Vala and Gtk and released under GNU General Public License v3.0. Using Sequeler you can connect to your local and remote databases, run SQL command in a buil-in SQL text editor directly and get the database table data, structure and relations. It supports SQLite, MySQL, MariaDB and PostgreSQL databases. Some other important features are connect over SSH tunnel, save connections, multiple custom SQL Queries, keyboard shortcuts and dark mode support.

Sequeler SQL Client

Install Sequeler SQL Client on Ubuntu Linux

Sequeler SQL Client is available via flatpak package from flathub. So you need to install flatpak and flathub on your system first and restart it. After that open the command line terminal software using ctrl+alt+t keys and run below Sequeler flatpak installation command.

flatpak install flathub com.github.alecaddd.sequeler

It will install the latest Sequeler on your Linux system. Then use below command to run Sequeler.

flatpak run com.github.alecaddd.sequeler

Sequeler SQL Client connection

You can also uninstall Sequeler SQL Client via below command.

sudo flatpak uninstall com.github.alecaddd.sequeler

That’s all.

If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Also Read:  Yakuake Quake Style Terminal Emulator

Leave a Reply