This is a small package intended to help with basic operations such as select, insert, update, and upsert as well as executing raw SQL queries for different database types.
Project description
Basic SQL
This is a small package intended to help with basic operations such as select, insert, update, and upsert as well as executing raw SQL queries for different database types.
Additional requirements
The package is using SQLAlchemy and depending on what database you want to connect to the installation of additional packages is required. Below are the instructions for the databases that are currently supported:
PostgreSQL
pip install psycopg2
MySQL
pip install pymysql
SQL Server (MSSQL)
pip install pyodbc
On Linux first follow the Microsoft instructions to install the required drivers.
Oracle
pip install cx_Oracle
On Linux first follow the Oracle instructions to install the required drivers.
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
Built Distribution
File details
Details for the file basicsql-0.1.5.tar.gz
.
File metadata
- Download URL: basicsql-0.1.5.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.9.1 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb5c141fbcaaf9971ee597927b12c91463120e67e064262bb757dd4ca15682a4 |
|
MD5 | e96ae79095948d188a862898d60c314e |
|
BLAKE2b-256 | fb3ab91217f2f6877aa265aed36acfdb4b562993ae2a295af90ccf8f25d83a41 |
File details
Details for the file basicsql-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: basicsql-0.1.5-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.9.1 Windows/10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be9ca9278db7b43042d092533691b102ad8c8975d3f1ae2fcc5cd82e71ae94f4 |
|
MD5 | 0fae0b0325a90b55d48861465d5b8f5b |
|
BLAKE2b-256 | 9bcc1e85005303241e4ef0c4ce793906bff432a80dd4fa21fc9c5404a777843a |