WIP stuff
This commit is contained in:
parent
4adb7fd76c
commit
7f17b07afd
|
@ -37,5 +37,11 @@ In my experience, it's worked great to do the following:
|
|||
## Components for evaluation
|
||||
|
||||
|
||||
## More resources
|
||||
|
||||
## More resources
|
||||
|
||||
## Our findings
|
||||
|
||||
* You will have to do more work with SQLAlchemy and FastAPI. For instance, database session management, migrations, test rollbacks etc. We didn't identify any benefits of having this control.. it seems to just add work. These things are built into Django for good reasons.
|
||||
|
||||
* Async support is definitely a strength of FastAPI. However, whether that is actually of value is highly dependent on the problem being solved, as the async structures may be perceived as a negative impact on readability, adding efforts to development and testing.
|
49
static/img/logo-blank.svg
Normal file
49
static/img/logo-blank.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 15 KiB |
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 36 KiB After Width: | Height: | Size: 35 KiB |
Loading…
Reference in a new issue