Skip to main content

get sqlite session or engine for sqlalchemy

Project description

Sqlalchemy Sqlite Session

This is tools to get session and engine for Sqlalchemy Sqlite.

install package

pip install sqlalchemy-sqlite-session -i https://pypi.org/simple


### update package

pip install -U sqlalchemy-sqlite-session -i https://pypi.org/simple


### example

from sqlalchemy_sqlite_session.adapters import get_sqlite_session

session = get_sqlite_session('C:\sqlite_path.db')

engine = get_sqlite_engine('C:\sqlite_path.db')


### Packaging project

py -m pip install twine py -m pip install build

py -m build --sdist


### Uploading Project to PyPI

twine check dist/* twine upload dist/*

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

sqlalchemy_sqlite_session-1.9.230908.tar.gz (23.5 kB view hashes)

Uploaded Source

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