Skip to content

ohwgiles/sequeljoe

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 

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