Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.86 KB

File metadata and controls

46 lines (31 loc) · 1.86 KB

Data Management App

Python Desktop App for Efficient SQL Database Management

Python MySQL CustomTkinter

DM App

About

Introducing a user-friendly desktop application designed for hassle-free MySQL database management directly from the graphical user interface (GUI), eliminating the need for writing complex queries.

As a concept model, it seamlessly searches for a default database named 'dunder_mifflin' and creates it if not found, offering a streamlined experience for beginners and professionals alike."

Features

  • Connect to your MySQL database using your credentials.
  • Select and manage tables effortlessly.
  • Perform essential data management operations:
    • Insert new data.
    • Read existing data.
    • Update records.
    • Delete unwanted entries.

These commands are integral parts of SQL's DML (Data Management Language), enabling efficient data manipulation within your MySQL database.

Demo

DML App