Skip to content

nshiell/database-dossier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

887d1d3 · Jun 5, 2023
Jun 5, 2023
Jun 5, 2023
Jun 5, 2023
May 23, 2022
Jun 5, 2023
May 3, 2022
Jul 21, 2022
Jul 19, 2022
Jun 5, 2023
Jul 23, 2022

Repository files navigation

A User Interface For Your Databases

Alt text

Database Dossier is a free database user interface program, you can use it for browsing and querying your databases. At present it can be used for accessing MariaDB and MySql database servers.

Read more though the Help file

To run it on Linux download the AppImage

To run it on Windows download the exe


...or clone out this repository and run:

python database-dossier.py

Python dependances:

  • PyQtWebKit
  • appdirs
  • mysql_connector_python **
  • Pygments

** This project will not run with mysql-connector*, it needs mysql-connector-python