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.1.tar.gz
(68.8 kB
view hashes)
Built Distribution
Close
Hashes for litestar_aiosql-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5efd5b4fd07ca4663642aac350048236303d741f497def1241878f5cb71ef744 |
|
MD5 | 13be10eb485435abab55d1e51d28c077 |
|
BLAKE2b-256 | 3f33d3c83ca2ce5f211cde712c1caec10142862c2ebd9a65094f82717e26f77e |