Skip to main content

Manejador de funciones MySQL

Project description

Librería para funciones básicas MySQL

Por Sebastián Medina


Librería que te permite usar funciones básicas de MySQL ya sea para insertar, actualizar, contar registros, etc con MySQL

Para utilizarlo simplemente necesitas crear un objeto de la clase MySQL y pasarle de parametros tus credenciales de usuario MySQL y usar los métodos que desee


💡 Prerequisitos

Python 3


📚 Ejemplo de uso

from MySQL import MySQL

host = "xxxxxxx"
user = "xxxxxx"
password = "xxxxxxx"
database = "xxxxxx"

gestor = MySQL(host = host ,user = user, password = password, database = database)

🐸 Aloha!


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ManejadorMySQL-0.0.1.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

ManejadorMySQL-0.0.1-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page