Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

New project: DatabaseConnection module using OOP principles. #818

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

MarcoA-Pozol
Copy link

Type of change

  • Added new project for an easiest Database connection for begginers or for advanced level programmers for a higher reduction of code for a higher capacity to work with the most common queries like a simple SELECT or INSERT saved on a function that does all just providing it with parameters.

Changes proposed in this pull request

  • It needs extention of method to leverage the created class capacities to build the functions to execute the most common queries.
  • Project name :

  • DatabaseConnectionWithOOP
  • Short description :

  • This module has different classes of Python, using the OOP inheritance to reduce code, and make it efficient and easy to use, reducing the long string a user should insert to retrieve data using a SQL query, or while creating a table for the database, these classes do everything thanks to the provided parameters where we just have to specify the name of the table we want to create, or the fields we want to retrieve following the provided in code documentation.

Checklist

  • The code is Python 3 compatible
  • I have added relevant comments in my file to make code understandable
  • I have added my project in a folder which includes all the necessary files

Copy link
Contributor

Greetings! This is an automated message from GitHub Actions. 🤖
Your pull request has been received and is awaiting for a review by the repository owner or a maintainer. This may take some time, so please be patient.
While you wait, you can continue to work on other issues or pull requests, or explore the project further. Or you can simply relax and enjoy your day.
Thank you for your contribution to this project! You are awesome! ⭐

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant