aiosql plugin for Litestar
Project description
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])
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
litestar_aiosql-0.1.2.tar.gz
(68.8 kB
view details)
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 litestar_aiosql-0.1.2.tar.gz.
File metadata
- Download URL: litestar_aiosql-0.1.2.tar.gz
- Upload date:
- Size: 68.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ddea44cf054e4b1112bb1447a6ff3bcb18e72a1ec062222109c82abbbece655
|
|
| MD5 |
9e6ec90d248be90903f02f578353f9f0
|
|
| BLAKE2b-256 |
362b7e76aa44a9533337f84c524d1cce14c178738d914c51be8c50df69d52f98
|
File details
Details for the file litestar_aiosql-0.1.2-py3-none-any.whl.
File metadata
- Download URL: litestar_aiosql-0.1.2-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
00b1ac831e94c7fca03f3ff754e8795fee9d902ddd1b1421f8f55a34154e29f8
|
|
| MD5 |
5526b2d14596b3be73f67c0806463736
|
|
| BLAKE2b-256 |
cd139983b5fcb1b99e0a935cdf2355803ee1264431d65bbea2c34e1b45391382
|