mysql-editor-python

A MySQL Editor


License
MIT
Install
pip install mysql-editor-python==2024.1.9.1

Documentation

MySQL Editor

This is a tool for viewing and editing MySQL databases written in Python.

Instructions for Installing

  • Windows

    • py -m pip install mysql-editor-python
  • Linux / macOS

    • pip install mysql-editor-python

Running the App

  • Windows

    • Run py -m mysql_editor in CMD.
  • Linux / macOS

    • Run python -m mysql_editor in the terminal.