fastapi_best_architecture
fastapi_best_architecture copied to clipboard
The RBAC permission control system built based on FastAPI adopts a unique pseudo-three-layer architecture design, built-in fastapi-admin basic implementation, and is free and open source as a template...
WIP.
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.3 to 3.1.4. Release notes Sourced from jinja2's releases. 3.1.4 This is the Jinja 3.1.4 security release, which fixes security issues and bugs but does not otherwise...
Celery with asyncio?
Hi, @wu-clan Celery scheduled tasks cannot be executed  Solutions related to asyncio [https://stackoverflow.com/questions/39815771/how-to-combine-celery-with-asyncio](https://stackoverflow.com/questions/39815771/how-to-combine-celery-with-asyncio)  The method above uses async_to_sync to forcibly convert to a synchronous method, which runs normally...
✨ TODO
## It would be great if you could provide PR. We've fully upgraded to Pydantic-V2, but we still have some unfinished business from V1 that we'll continue to push in...
Need to wait for pydantic internal implementation.
I wish more people who like FastAPI would join in, due to personal time and other constraints there may not be enough responses, if you like this and can help...
Exploring.
感觉 sqlalchemy-crud-plus1.0 版本巨强, 要是用到 [fastapi_best_architecture](https://github.com/fastapi-practices/fastapi_best_architecture) 项目 无敌了
想请教一下怎么把 MySQL 切换成 PG,有好的方案吗
websocket做为全双工通信,可以更方便的传输数据,特别是服务端主动推动数据到客户端