awtkns / fastapi-crudrouter

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

What is the development status? #195

Open hasansezertasan opened 6 months ago

hasansezertasan commented 6 months ago

As title..

usr-ein commented 6 months ago

I looks quite abandoned, that's a shame because I desperately need this lib now and I also don't have to maintain...

Anyone up for a fork with PydanticV2 support and other goodies?

hasansezertasan commented 6 months ago

@usr-ein thank you for answering. You can fork the repo and implement the things you need. It has a very simple structure and pattern. I was thinking of something like this but a framework (FastAPI, Starlette, Flask, etc.) agnostic version.

igorbenav commented 5 months ago

@usr-ein take a look at fastcrud, check what else you need and maybe open an issue! I'm trying to keep a project like this going