Skip to main content

A simple package for db connection.

Project description

BRTG database connector

Simple package to establish connection with mysql/mariadb database using sqlalchemy.

Prerequisite

Define environmental variables before lunching connector.

DB_HOST=host.com DB_PORT=3306 DB_USER=your_user DB_PASS=your_password

Installation

From package directory:

pip install .

Usage

Import

from brtgdb import BrtgDB
from dotenv import load_dotenv

load_dotenv()
db = BrtgDB()

With pandas

pd.read_sql("SELECT ....", db.conn)

functions

db.execute(query)

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

brtgdb-0.1.3.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

brtgdb-0.1.3-py3-none-any.whl (2.1 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