Plugin for dbreak to handle SQLAlchemy connections
Project description
dbreak-sqlalchemy
A plugin for dbreak that allows it to work with SQLAlchemy engine objects.
Installation
Install from PyPi using pip:
pip install dbreak-sqlalchemy
Usage
There's no need to import the plugin separately, just pass a SQLAlchemy Engine object to dbreak.show_console().
import sqlalchemy
import dbreak
# Set up a SQLite SQLAlchemy connection
connection = sqlalchemy.create_engine("sqlite://")
# Pause execution and enter the console
dbreak.start_console(connection)
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dbreak-sqlalchemy-0.0.1.tar.gz.
File metadata
- Download URL: dbreak-sqlalchemy-0.0.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e13f6842d4d480baa36b118bffba5d0208fde0bd5a24590584f01ab72104dbf7
|
|
| MD5 |
3ec39dff9a93fafb3221ee06a7e0910b
|
|
| BLAKE2b-256 |
412a7fb3aa641db4d7cb8a5714dcc4c79ad5e6ae8be1e47711c1453a7dd9a4c3
|
File details
Details for the file dbreak_sqlalchemy-0.0.1-py3-none-any.whl.
File metadata
- Download URL: dbreak_sqlalchemy-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
57b81e31b93b54c2768a5be5dc6da247bd9d79c02f6c99817d3f781462d2a5af
|
|
| MD5 |
ffba889ff41360ed63c2f16576fb20cb
|
|
| BLAKE2b-256 |
f9776112caafc1fd265673d32b887e8b39d94df149b20d168f8657e1307c3210
|