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.4.tar.gz (4.3 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.4-py3-none-any.whl (4.6 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: ojitos369_postgres_db-2.1.4.tar.gz
  • Upload date:
  • Size: 4.3 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.4.tar.gz
Algorithm Hash digest
SHA256 4a937be427a0ffb1f8ce8b08407c8e33f71ee4b53dc63034d732b3f70842cc4c
MD5 59f687ff6dcfd12c1ccfbf2b885f2d25
BLAKE2b-256 bba4d6374a3475ff92136878981fa0f69bebec7fc2945453e9e9d8c03d4f29a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for ojitos369_postgres_db-2.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 0d439c2eb108b2ca367f3664333820d63440731bec980b75458522bcc4167e76
MD5 0e06a4a36b9195d4a6672ab810f2460c
BLAKE2b-256 5bdcd65b855be8fbecd13c731d0e1b5c6b68e5b0e530dd2df384547dd14e37a2

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