Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.16 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.16 KB

OpenDBViewer

OpenDBViewer is a simple database explorer for Windows, Linux and Max OS X.

Features

  • Compatibility with SQLITE and MySQL database.
  • SQL syntax highlightings
  • Multi database, table and worksheet view

License

This program is licenced under the terms of the GNU GENERAL PUBLIC LICENSE Version 3.

Requirements

  • Qt version 5

Compiling from source

Install dependencies:

apt-get install qtbase5-dev qttools5-dev-tools

Get the code:

git clone https://github.com/Jet1oeil/opendbviewer.git && cd opendbviewer

Compile:

./build.sh regen
make

Run:

./opendbviewer

Screenshot

alt text alt text alt text