litestar-aiosql 0.1.2

Creator: bradpython12

Last updated:

Add to Cart

Description:

litestaraiosql 0.1.2

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])

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.