fastapi_sqlalchemy_alembic
fastapi_sqlalchemy_alembic copied to clipboard
Simple implementation for Fastapi with a relational database and migrations
Bumps [ipython](https://github.com/ipython/ipython) from 7.13.0 to 7.16.3. Commits d43c7c7 release 7.16.3 5fa1e40 Merge pull request from GHSA-pq7m-3gw7-gq5x 8df8971 back to dev 9f477b7 release 7.16.2 138f266 bring back release helper from master...
https://github.com/ahmednafies/fastapi_sqlalchemy_alembic/blob/c97cca7438faaf20bddf7451f34561b193fdf57f/main.py#L20 If the database is down or the database call is slow for any reason your website will be down. This is a self inflicted DoS. The async keyword should...
https://github.com/ahmednafies/fastapi_sqlalchemy_alembic/blob/c97cca7438faaf20bddf7451f34561b193fdf57f/main.py#L16 The more appropriate way to refer to configuration in environment in FastAPI is via `pydantic.BaseConfig`. If I am not mistaken that is how FastAPI does things for itself.
https://github.com/encode/databases/issues/31
Bumps [setuptools](https://github.com/pypa/setuptools) from 59.5.0 to 65.5.1. Release notes Sourced from setuptools's releases. v65.5.1 No release notes provided. v65.5.0 No release notes provided. v65.4.1 No release notes provided. v65.4.0 No release...
Bumps [mako](https://github.com/sqlalchemy/mako) from 1.1.6 to 1.2.2. Release notes Sourced from mako's releases. 1.2.2 Released: Mon Aug 29 2022 bug [bug] [lexer] Fixed issue in lexer where the regexp used to...