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.0.tar.gz
(68.8 kB
view hashes)
Built Distribution
Close
Hashes for litestar_aiosql-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9c2e25bed53c999f12afc00763dfa921a4af0a3048b7c4f7229b024fd5ce3d50 |
|
MD5 | bc72f4e42623de836d5104d5d69209bf |
|
BLAKE2b-256 | 1dc6eecfeb94753512f151039d898fe159428416a5d10512be904b60f6ceeb8c |