/gym_management_SQL

A DBMS demonstration script showcasing structured data management with Python, utilizing triggers, functions, and various database operations.

Primary LanguagePython

Marino Center GYM Database Management System

Project Description:

The project is a DBMS demonstration script that showcases the power of structured data management. With Python as its programming language, this project explores essential DBMS concepts, including triggers, functions, and various database operations. Users can interact with a simulated database environment, gaining hands-on experience in creating tables, inserting data, querying records, updating information, and deleting data. The project serves as a valuable resource for learning and understanding DBMS principles, empowering users to harness the capabilities of modern database systems effectively.

Usage Instructions:

  1. Clone the repository:

    git clone https://github.com/arps18/dbms_project.git
  2. Navigate to the project directory:

    cd dbms_project
  3. Install the necessary dependencies:

    pip install -r requirements.txt
  4. Run the demo.py script:

    python demo.py
  5. Follow the on-screen instructions to interact with the DBMS demo.

Note: Ensure that you have Python 3.5 or later installed on your system.

For more details and information about the project, please refer to the demo.py script and the source code available on GitHub.

For any questions or issues, please create an issue on the GitHub repository.


This README file follows the guidelines mentioned in the Python Packaging User Guide[1] for creating a PyPI-friendly README.