Skip to content

as4c/Databases-using-python

Repository files navigation

Database CRUD Operations with Python

This project demonstrates the implementation of CRUD (Create, Read, Update, Delete) operations using Python for three different databases: MySQL, SQLite, and MongoDB.

Features

  • Provides a simple and consistent interface for performing CRUD operations on three database systems.
  • Supports the following operations:
    • Create: Inserting records into the database.
    • Read: Fetching records from the database.
    • Update: Modifying existing records in the database.
    • Delete: Removing records from the database.

Supported Databases

  • MySQL: A popular relational database management system.
  • SQLite: A lightweight and self-contained SQL database engine.
  • MongoDB: A NoSQL document-oriented database.

Requirements

  • Python 3.x

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/your-project.git
cd your-project

License

This project is licensed under the MIT License.

Contributions

Contributions are welcome! If you find any bugs or want to add new features, feel free to open an issue or submit a pull request.

Acknowledgments

Special thanks to the open-source community for providing excellent libraries and tools used in this project.

Have fun with your database CRUD operations in Python! If you have any questions or need further assistance, please feel free to contact me.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published