some cleanup of unused relations code, introduced caching of related_names and props on model, set profiling

This commit is contained in:
collerek
2020-11-12 08:11:40 +01:00
parent 1242e5d600
commit e743286008
11 changed files with 95 additions and 466 deletions

View File

@ -4,6 +4,7 @@ databases[mysql]
pydantic
sqlalchemy
typing_extensions
orjson
# Async database drivers
aiomysql
@ -34,3 +35,6 @@ flake8-variables-names
flake8-cognitive-complexity
flake8-functions
flake8-expression-complexity
# Performance testing
yappi