Python code wake SQL Academy 1.4 store adapter (pycodewake-sql13-store)
This store adapter provides backing via SQL Academy 1.3 for Code Wake. Use pycodewake-sql14-store if you are integrating with SQL Alchemy 1.4.
For example:
import code_wake
from code_wake_sql13_store import Sql13Store
cwproc = code_wake.Process(
app_name="my_app",
app_vsn="1.2.3",
env_name="production",
store=Sql13Store("sqlite:////tmp/some_file.sqlite"),
)
Release files for code-wake-sql13-store 0.3.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| code-wake-sql13-store-0.3.3.tar.gz | 6.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| code_wake_sql13_store-0.3.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 13.5 kB
Release files / code-wake-sql13-store-0.3.3.tar.gz
| Download URL | code-wake-sql13-store-0.3.3.tar.gz |
|---|---|
| Size | 6.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
58291c926ff4eec5f7fac7f00b8ca044df78cc35ed7bd09987f79e63b612ca11
|
|
BLAKE2b-256 checksum How to use checksums |
bb73cb2a5f07952ca87781e22a925fcadaadf12b1924e6c498a313a7080c8f77
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.10
|
Release files / code_wake_sql13_store-0.3.3-py3-none-any.whl
| Download URL | code_wake_sql13_store-0.3.3-py3-none-any.whl |
|---|---|
| Size | 7.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
176ba7e953521f457c1ba174fd937b6ba75e9718f47a8acc5a1439e8badca830
|
|
BLAKE2b-256 checksum How to use checksums |
7db788ab7490ace0bc57b35386009c6f5b69da92156d645e1f45e014347ead72
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.10
|