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
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
File details
Details for the file sqlalchemy_sqlite_session-1.9.230908.tar.gz.
File metadata
- Download URL: sqlalchemy_sqlite_session-1.9.230908.tar.gz
- Upload date:
- Size: 23.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c33ab6e5737b1719dbe45640bedb48ab507624f7721ee84d62161524e1847381
|
|
| MD5 |
bde007fa35cabebe79303d0678c25fdf
|
|
| BLAKE2b-256 |
a0d3f95778f0ce8034158796a04d5ba88dc90d072f329b03848dd391e00ecb81
|