Postgres adapter for python flask
Project description
Aquesa Bingo DB is a lightweight postgresql adapter written on top of psycopg2 module for flask developers to facilitate postgresql database connectivity in not less then 1 line, i.e., connecting to database is now only 1 line of code. In future versions, multiple databases connectivity possibility will be added.# Connection Example```import bingodbbingodb.BingoDB().db_connect(database=”database_name”, credentials={“USER”:’your username here’, “PASSWORD”:’your password here’})```# Operation Example```bingodb.BingoDB().db_operation(operationName=”insert”, tablename=”your tablename here”, columns=”list of your column name(s) here (only string(s))”, values=”list of your column value(s) here (only string(s))”])```# Command Example```bingodb.BingoDB().db_operation(command=”truncate table your_table_name;”)```
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file bingodb-0.0.1.tar.gz.
File metadata
- Download URL: bingodb-0.0.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0784d181c183ece1327658f389ccd541d4b4812211254029833c8ca2fc472739
|
|
| MD5 |
7f95529326983118d3619ce2e3beb255
|
|
| BLAKE2b-256 |
74712916c240b111a85ed615a5380d53b1500bbc0e71c41249633a4c68e9e5e6
|
File details
Details for the file bingodb-0.0.1-py3-none-any.whl.
File metadata
- Download URL: bingodb-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.5.0 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76426a22db9411ab4adc33969e45745ebb26d62c2b189004e5d36c65de4a184b
|
|
| MD5 |
0b0a14bf89a56a13bea6667e7aebd22a
|
|
| BLAKE2b-256 |
ac9ee8b321016b5cabacbdad576b8e8976a921a20bad34f561788c889845a1e0
|