Skip to main content

Funciones con conexiones a bases de datos

Project description

ojitos369 (General)

REPO: https://github.com/Ojitos369/ojitos369-pip

Databases

MySQL

from ojitos369_mysql_db.mysql_db import ConexionMySQL

db_data = {
    'user': 'your_db_user',
    'password': 'your_db_password',
    'host': 'your_db_host',
    'scheme': 'your_scheme_name',
}
conexion = ConexionMySQL(db_data)

conexion.consulta(query, params=None) # return a list of list with the result of the query
# >> [["ojitos369", 18], ["ojitos369", 18]]
conexion.consulta_asociativa(query, params=None) # return a list of dict with the result of the query
# >> [{"name": "ojitos369", "age": 18}, {"name": "ojitos369", "age": 18}]
conexion.ejecutar(query, parametros = None) # execute transaction prepared with preparar_transaccion
# >> Bool

conexion.paginador(query, registros_pagina = 1, pagina = 2, params = None) # return de n resutls of query
# >> {
# >>     'registros': [{"name": "ojitos369", "age": 18, "rnum": 2}],
# >>     'num_registros': 2,
# >>     'paginas': 2,
# >>     'pagina': 2,
# >> }

conexion.commit() # commit transaction
conexion.rollback() # rollback transaction
conexion.close() # close connection

```# ojitos369_mysql_db
# ojitos369_mysql_db

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

ojitos369_postgres_db-2.1.3.tar.gz (4.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ojitos369_postgres_db-2.1.3-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file ojitos369_postgres_db-2.1.3.tar.gz.

File metadata

  • Download URL: ojitos369_postgres_db-2.1.3.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for ojitos369_postgres_db-2.1.3.tar.gz
Algorithm Hash digest
SHA256 64a9eb31ea0bf838ed115645ff53be9cd4d15769d074124167076c15f208a70d
MD5 dce424e67f828eafff8d6cb1dc938193
BLAKE2b-256 881ac9aa1d11f6eac216bb17106dac06f9cfa6ae8e08cc20480e8ce70240a290

See more details on using hashes here.

File details

Details for the file ojitos369_postgres_db-2.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for ojitos369_postgres_db-2.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 40ec221461352e361941d3c10ce409fdc43fea3da1df75e9b2f180c842033ac8
MD5 e03218466e99498604bbd07ba01e3b06
BLAKE2b-256 c3a26d7ec8286d9b43741f3b9006233a8ebef34dd4798cc915cb058ca19503bb

See more details on using hashes here.

Supported by

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