-
比如这段教程,创建表单的,非常棒的功能和设计,但是没有完整的import代码,很难找到对应的类
```python
from fastapi_amis_admin.admin import admin
from fastapi_amis_admin.crud import BaseApiOut
from fastapi_amis_admin.models.fields import Fie…
-
### Intro
Thanks for this interesting project! I was coming across the project on my search for an OGC-compliant Webserver. In particular I like the perfect integration with FastAPI. At the moment we…
-
Dear Sir,
I have installed the FastAPIQuickCRUD and also generator.
BUT How to run and which path IS NOT clear in the README File.
Please guide
Also Where should the user setup the variable…
-
This idea comes from Spring Cache, which mainly provides caching function for methods or functions, similar to `functools.cache` in Python.
These features are often applied to "CRUD" methods, while…
-
GINO has come a long way and supports alembic migrations, etc. It seems like it might be a good ORM that supports async to use in conjunction with fastapi.
-
First of all: I love FastCrud
**Is your feature request related to a problem? Please describe.**
Using the automatic `crud_router` functionality I'm missing the option to filter (all) routes on a …
-
Hi! We get this red message in Admin panel while adding model entity:
"Error
Internal server error"
I wish there would be message in front of the field saying this field is required instead of …
-
两种备选结构:
1. 以领域划分,基本类似于Django的以Django应用为单位的项目结构。这种结构更适合一个application。
示例:
- user
- schemas
- cruds
2. 以分层划分。ORM Pydantic CRUD router依次,类似Django package的组织方式。这种结构更适合一个package。
示例:
- schemas
- …
-
2개의 함수를 crud.py에 추가하고, 그에 대응하는 endpoint를 main.py에 추가할 것.
-
`cruds`模块是FastAPI官方文档提供的编程范式,带有比较强的过程式的特征。这样写的优点是比较简单易读,缺点是不容易在框架层面和架构设计层面规范设计。
这个模块和领域驱动设计的[仓储(Repository)](https://juejin.cn/post/7006595886646034463)功能一致,因此我们可以把这个模块升级为仓储模块,从而更好地和我们的架构设计方法保持一致。同…