All Projects → Alecaddd → Sequeler

Alecaddd / Sequeler

Licence: gpl-3.0
SQL Client built in Vala

Programming Languages

vala
323 projects

Projects that are alternatives of or similar to Sequeler

Pihole Panel
Python/GTK3 based Pi-hole (network-level adblocker) dashboard for stats and more
Stars: ✭ 125 (-80.97%)
Mutual labels:  debian, gtk3
Cozy
A modern audio book player for Linux using GTK+ 3
Stars: ✭ 821 (+24.96%)
Mutual labels:  debian, gtk3
Tilix
A tiling terminal emulator for Linux using GTK+ 3
Stars: ✭ 4,670 (+610.81%)
Mutual labels:  gtk3
Atilo
Linux installer for termux
Stars: ✭ 629 (-4.26%)
Mutual labels:  debian
Mkosi
Build Legacy-Free OS Images
Stars: ✭ 589 (-10.35%)
Mutual labels:  debian
Gpredict
Gpredict satellite tracking application
Stars: ✭ 484 (-26.33%)
Mutual labels:  gtk3
Anlinux App
AnLinux allow you to run Linux on Android without root access.
Stars: ✭ 614 (-6.54%)
Mutual labels:  debian
Notion Linux
Native Notion packages for Linux
Stars: ✭ 469 (-28.61%)
Mutual labels:  debian
Wordops
Install and manage a high performance WordPress stack with a few keystrokes
Stars: ✭ 649 (-1.22%)
Mutual labels:  debian
Websploit
Websploit is a high level MITM framework
Stars: ✭ 573 (-12.79%)
Mutual labels:  debian
Deepin Wine Ubuntu
Deepin Wine for Ubuntu/Debian
Stars: ✭ 5,790 (+781.28%)
Mutual labels:  debian
Celluloid
A simple GTK+ frontend for mpv
Stars: ✭ 541 (-17.66%)
Mutual labels:  gtk3
Trackma
Open multi-site list manager for Unix-like systems. (ex-wMAL)
Stars: ✭ 490 (-25.42%)
Mutual labels:  gtk3
Glance
A visual Haskell
Stars: ✭ 620 (-5.63%)
Mutual labels:  gtk3
Gtkcord3
A Gtk3 Discord client in Golang
Stars: ✭ 484 (-26.33%)
Mutual labels:  gtk3
Openhabian
openHABian - empowering the smart home, for Raspberry Pi and Debian systems
Stars: ✭ 635 (-3.35%)
Mutual labels:  debian
Opengl.net
Modern OpenGL bindings for C#.
Stars: ✭ 473 (-28.01%)
Mutual labels:  gtk3
Packer Boxes
Jeff Geerling's Packer build configurations for Vagrant boxes.
Stars: ✭ 495 (-24.66%)
Mutual labels:  debian
Open Build Service
Build and distribute Linux packages from sources in an automatic, consistent and reproducible way #obs
Stars: ✭ 599 (-8.83%)
Mutual labels:  debian
Dotfiles
i3 + Plasma: using the i3 window manager on the top of KDE Plasma and other dotfiles, configurations, scripts, workarounds and practises from my Debian Sid machines.
Stars: ✭ 651 (-0.91%)
Mutual labels:  debian

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.

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 from Flathub!

Support the Project

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

Become a Patron Donate on PayPal

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.2
  • glib-2.0
  • gee-0.8
  • gobject-2.0
  • libxml-2.0
  • libgda-5.0
  • gtksourceview-3.0
  • libsecret-1
  • libssh2
  • meson

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

com.github.alecaddd.sequelerDevel

Help with the translation

Translation status

Contributors

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].