Manejador de funciones MySQL
Project description
Librería para funciones básicas MySQL
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
📚 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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ManejadorMySQL-0.0.1.tar.gz.
File metadata
- Download URL: ManejadorMySQL-0.0.1.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b781127dbd529df76cf98aeb86a807cc17f2f656764139ac544c8fb8cb3afd6
|
|
| MD5 |
ef44d8c1d3ed0c467f4ce03b77ee0c0a
|
|
| BLAKE2b-256 |
8b661b53fe4b7ace848542f168f80bf0a635e7225b3769b99c8ccaacf5e3b970
|
File details
Details for the file ManejadorMySQL-0.0.1-py3-none-any.whl.
File metadata
- Download URL: ManejadorMySQL-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a163269f3efb2b16ac4a3f9230aad032350c275fe0b9dbbf817848b994e63a2
|
|
| MD5 |
9de62c11ba84bf82c030f12e60bb496f
|
|
| BLAKE2b-256 |
1efb7118f3d85ebbb2275444b2fbbf86ce913d2b06bf11e4154cc88b1c75d405
|