caioguedes / sequeler

SQL Client built in Vala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sequeler

Friendly SQL Client

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.

Get it from the elementary OS AppCenter!

Sequeler, is primarly availabe from the AppCenter of elementary OS. Download it from there!

Get it on AppCenter

Install it from source

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

  • gtk+-3.0>=3.9.10
  • granite>=0.4.1
  • glib-2.0
  • gee-0.8
  • gobject-2.0
  • libxml-2.0
  • libgda-5.0
  • gtksourceview-3.0

Building

mkdir build/ && cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ../
make && sudo make install

Donations

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

About

SQL Client built in Vala

License:GNU General Public License v3.0


Languages

Language:Vala 76.7%Language:CMake 19.6%Language:Makefile 3.6%Language:CSS 0.1%