Skip to content

LespiletteMaxime/opendbviewer

 
 

Repository files navigation

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

About

Open source database viewer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 69.8%
  • CMake 27.9%
  • Shell 2.3%