Litestar Aiosql
[!IMPORTANT] This plugin currently contains minimal features and is a work-in-progress
Installation
pip install litestar-aiosql
Usage
Here is a basic application that demonstrates how to use the plugin.
from __future__ import annotations
from litestar import Litestar
from litestar_aiosql import AiosqlPlugin, AiosqlConfig
aiosql = AiosqlPlugin(config=AiosqlConfig())
app = Litestar(plugins=[aiosql])
Release files for litestar-aiosql 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| litestar_aiosql-0.1.2.tar.gz | 68.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| litestar_aiosql-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 74.0 kB
Release files / litestar_aiosql-0.1.2.tar.gz
| Download URL | litestar_aiosql-0.1.2.tar.gz |
|---|---|
| Size | 68.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0ddea44cf054e4b1112bb1447a6ff3bcb18e72a1ec062222109c82abbbece655
|
|
BLAKE2b-256 checksum How to use checksums |
362b7e76aa44a9533337f84c524d1cce14c178738d914c51be8c50df69d52f98
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/4.0.2 CPython/3.11.6
|
Release files / litestar_aiosql-0.1.2-py3-none-any.whl
| Download URL | litestar_aiosql-0.1.2-py3-none-any.whl |
|---|---|
| Size | 5.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
00b1ac831e94c7fca03f3ff754e8795fee9d902ddd1b1421f8f55a34154e29f8
|
|
BLAKE2b-256 checksum How to use checksums |
cd139983b5fcb1b99e0a935cdf2355803ee1264431d65bbea2c34e1b45391382
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/4.0.2 CPython/3.11.6
|