stonebig / sqlite_bro

a graphic SQLite browser in 1 Python file
MIT License
52 stars 11 forks source link

sqlite_bro : a graphic SQLite browser in 1 Python file

sqlite_bro is a tool to browse SQLite databases with any basic python installation.

Features

Installation

You can install, upgrade, uninstall sqlite_bro.py with these commands::

$ apt-get install python3-tk # apt-get install python-tk if you are using python2 $ pip install sqlite_bro $ pip install --upgrade sqlite_bro $ pip uninstall sqlite_bro

or just launch latest version from IPython with %load https://raw.githubusercontent.com/stonebig/sqlite_bro/master/sqlite_bro/sqlite_bro.py or just copy the file 'sqlite_bro.py' to any pc and type 'python sqlite_bro.py'

Example usage

::

$ sqlite_bro

::

$ sqlite_bro -h

Screenshots

.. image:: https://raw.githubusercontent.com/stonebig/sqlite_bro/master/docs/sqlite_bro.GIF

.. image:: https://raw.githubusercontent.com/stonebig/sqlite_bro/master/docs/sqlite_bro_command_line.GIF

Links