Skip to main content

A collection of helper for sql connections

Project description

connection-helper

PyPI - Version GitHub last commit GitHub License py3.10

usage

install / update package

pip install connection-helper -U

include in python

from connection_helper import sql

example

# load sample dataset from seaborn
import seaborn as sb
df = sb.load_dataset('taxis')

why use connection-helper

connection-helper bundles some packages for connecting to sql databases

  • sql is added as convenience wrapper for retrieving data from sql databases

    • connect_sql get data from ['mssql', 'sqlite','postgres']
  • cpt 🚧 cryptographic tools

dependencies

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

connection-helper-0.0.1.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

connection_helper-0.0.1-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page