alenstarx / sequeljoe

SQL administration GUI

Home Page:https://sequeljoe.ohwg.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SequelJoe

Inspired by the excellent, but unfortunately OS-X only SequelPro

SequelJoe

Simple Qt-based database administration tool. Supports MariaDB/Mysql, PostgreSQL, SQLite and (with some trickery) Sqlcipher.

SequelJoe is still pretty raw around the edges, and I don't have a lot of time for this project; so please do fork/contribute/steal

$ # first install development libraries for qt5, libssh2, libmariadb, libsqlite
$ git clone https://github.com/ohwgiles/sequeljoe.git
$ mkdir -p path/to/build && cd path/to/build
$ cmake path/to/source -DCMAKE_BUILD_TYPE=Release
$ make
$ sudo make install

About

SQL administration GUI

https://sequeljoe.ohwg.net

License:GNU General Public License v3.0


Languages

Language:C++ 94.6%Language:Shell 3.4%Language:CMake 1.4%Language:Objective-C++ 0.4%Language:C 0.2%