Skip to content

"A Python-based MySQL Database Management System with a secure login, supporting operations like creating databases, managing tables, and inserting records via a command-line interface."

Notifications You must be signed in to change notification settings

Dhruvcodings/DataBase-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MySQL Database Management System

Welcome to the MySQL Database Management System! This Python-based project allows you to interact with MySQL databases using a command-line interface. The system supports a variety of operations, including creating databases and tables, inserting and updating records, and more.

Features

  • Login System: Secure login with randomized passwords.
  • Database Management: Create, drop, and manage databases with ease.
  • Table Operations: Create, delete, and manage tables.
  • Record Insertion: Insert records into tables with validation.
  • Table Updates: Update existing records in tables.
  • Search Functionality: Search within tables using various conditions.
  • MySQL Integration: Seamlessly connect to MySQL databases using mysql-connector-python.

About

"A Python-based MySQL Database Management System with a secure login, supporting operations like creating databases, managing tables, and inserting records via a command-line interface."

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages