8000 GitHub - litestar-org/litestar-piccolo: Litestar plugin for the Piccolo ORM
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

litestar-org/litestar-piccolo

Repository files navigation

Litestar Piccolo

Installation

pip install litestar-piccolo

or

pip install litestar[piccolo]

Usage

Here is a basic application that demonstrates how to use the plugin.

from __future__ import annotations

from litestar import Litestar

from litestar_piccolo import PiccoloPlugin

piccolo = PiccoloPlugin()
app = Litestar(plugins=[piccolo])

About

Litestar plugin for the Piccolo ORM

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published
0