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=
      
      Fill in the variables with your database details.

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

sql_via_code-0.0.3.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.

sql_via_code-0.0.3-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

Details for the file sql_via_code-0.0.3.tar.gz.

File metadata

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

File hashes

Hashes for sql_via_code-0.0.3.tar.gz
Algorithm Hash digest
SHA256 e64299233cc6e0c95d2db84574b5c97f5df370498f5cfd2153504595fb169d2a
MD5 07e0998ffd311f51c10eca91496cc75b
BLAKE2b-256 624d7dd2ce6a241b73b9a928a1757eb35e2644b249e469fc2fd736cce4ec987a

See more details on using hashes here.

File details

Details for the file sql_via_code-0.0.3-py3-none-any.whl.

File metadata

  • Download URL: sql_via_code-0.0.3-py3-none-any.whl
  • Upload date:
  • Size: 4.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.6

File hashes

Hashes for sql_via_code-0.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 c6076243e1cd5be90f6643facbacfd9d2bfc9d1dfa420db2b7f0ec4aa7a5a5d1
MD5 82601c110542dc37fad7541406869f2b
BLAKE2b-256 018bd65cb453c92cfc10303ff3a6c485391523c30bc7d2583a0352e63d92f62e

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