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 hashes)
Built Distribution
Close
Hashes for litestar_aiosql-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 00b1ac831e94c7fca03f3ff754e8795fee9d902ddd1b1421f8f55a34154e29f8 |
|
MD5 | 5526b2d14596b3be73f67c0806463736 |
|
BLAKE2b-256 | cd139983b5fcb1b99e0a935cdf2355803ee1264431d65bbea2c34e1b45391382 |