This is a collection of tools to ease the use of postgreSQL in Python projects with psycopg2.
Project description
This is a collection of tools to ease the use of postgreSQL in Python projects with psycopg2.
Usage:
Import the class DataSource with:
from data_source import DataSource
Then create an instance of the DataSource class, providing a local or external database url:
dataSource = DataSource(DATABASE_URL)
A local DATABASE_URL might look like this:
postgres://<database_user_name>:<database_user_password>@localhost:/<database_name>
Methods: To be defined.
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for kck_data_source-1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 806a8040a5390812d38c5c8c3abc636b732df231e132a5de9d2a8da14e896ef1 |
|
MD5 | 12c38ef422985875de2bfe328eb402d9 |
|
BLAKE2b-256 | fb18cd90f13b4667b39f9b6d71d3cdf021777b13abf1d974856d81e77d3a506b |