awtkns / fastapi-crudrouter

A dynamic FastAPI router that automatically creates CRUD routes for your models
https://fastapi-crudrouter.awtkns.com
MIT License
1.38k stars 155 forks source link

Support piccolo orm #162

Open Akkarine opened 2 years ago

Akkarine commented 2 years ago

Probably possible to add piccolo ORM with very little effort. It has own CRUD (but not so customizable).