Skip to main content

A Python package to execute SQL queries and procedures and manage backups.

Project description

Database Query and Backup Script - Summary

This script provides the get_query_from_db and exec_procedure_from_db functions, designed to interact with a SQL Server database. It supports executing queries or stored procedures, and optionally creating backups of tables.

Function Usage

  • get_query_from_db(query, table_to_backup, env_file_name=None, params=None):

    • Executes a SQL query on the database.
    • Parameters:
      • query: A SQL query string to execute on the database.
      • table_to_backup: The name of a table to back up. Set this to None if no backup is needed.
      • env_file_name (optional): The path to the .env file containing database credentials. Defaults to .env.
      • params (optional): A dictionary of parameters to bind to the query.
    • Returns:
      • A pandas DataFrame with the query results.
  • exec_procedure_from_db(procedure_name, table_to_backup, env_file_name=None, params=None):

    • Executes a stored procedure on the database.
    • Parameters:
      • procedure_name: The name of the stored procedure to execute.
      • table_to_backup: The name of a table to back up. Set this to None if no backup is needed.
      • env_file_name (optional): The path to the .env file containing database credentials. Defaults to .env.
      • params (optional): A dictionary of parameters to bind to the procedure.
    • Returns:
      • A pandas DataFrame with the procedure's output.

Setup Instructions

  1. Environment Variables:
    • The script requires a .env file to load database credentials and connection details.
    • Required variables:
      USER=
      PASSWORD=
      HOST=
      NAME=
      DRIVER=ODBC+Driver+17+for+SQL+Server
      
      Fill in the variables with your database details. Leave DRIVER unchanged unless you are using a different driver.

Installation

Install the package directly from PyPI:

pip install Credito_SQLViaCode

#### Examples:

- **Execute a Query**:
   ```python
   from SQLViaCode import get_query_from_db

   query = "SELECT * FROM your_table"
   result_df = get_query_from_db(query, "your_table_to_backup")
   print(result_df)

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

Credito_SQLViaCode-0.2.1.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.

Credito_SQLViaCode-0.2.1-py3-none-any.whl (4.3 kB view details)

Uploaded Python 3

File details

Details for the file Credito_SQLViaCode-0.2.1.tar.gz.

File metadata

  • Download URL: Credito_SQLViaCode-0.2.1.tar.gz
  • Upload date:
  • Size: 4.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.11.9

File hashes

Hashes for Credito_SQLViaCode-0.2.1.tar.gz
Algorithm Hash digest
SHA256 2427ca60ed0abe786920096f8bc347515035456fed5c1d4e5ec091d376917a83
MD5 9a265283da4b076bf7f81b03773f9be3
BLAKE2b-256 1447e9938afc67d0e5bf8ebe9ea4f4d65f93caf95dabb7eb392c497c8d00b127

See more details on using hashes here.

File details

Details for the file Credito_SQLViaCode-0.2.1-py3-none-any.whl.

File metadata

File hashes

Hashes for Credito_SQLViaCode-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8ef7cfdc1e46d244b1b2d263dd8e7373379bbf47e6d75d4af7c056ba2b9478fe
MD5 01e5542ff1e2a74ddd36a23ef0735f3f
BLAKE2b-256 6efd1b61932d4e2ba4bd7938ffc9f2795febd3855f37286fcac1a37c93730cbe

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