-
I enjoyed this Fastapi series and had everything working until I updated my computer from Mac Pro 2015 to Mac Air (M1). From there I experienced unexplained concurrency and time out errors when runn…
-
- **Poetry version**: Poetry (version 1.5.1)
- **Python version**: Python: 3.10.10
- **OS version and name**: macOS 13.5
- **pyproject.toml**:
```
[tool.poetry.dependencies]
package = {…
-
await site.db.async_run_sync(SQLModel.metadata.create_all, is_session=False)
sqlalchemy无法初始化自带的auth表,只能用sqlmodel
-
**Is your feature request related to a problem? Please describe.**
- There isn't much standardisation across containerisation of web APIs.
- There is a good attempt taken by Mozilla: [Dockerflow s…
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars.
### Re…
-
## Description
This is a tentative roadmap, I will update it as things evolve. Some things might be discarded, others might be added later. I didn't want to make it fully public as it could raise e…
-
sqlalchemy supports asyncio ([Asynchronous I/O (asyncio) — SQLAlchemy 2.0 Documentation](https://docs.sqlalchemy.org/en/20/orm/extensions/asyncio.html)).
Can this support be added to sqlalchemy-iri…
-
### Bug summary
Hello everyone,
I'm reporting a bug that I've noticed in our prefect server that only happens during relatively higher loads (even though the container is only at a max of 40% CPU …
-
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 …
-
**Describe the bug**
When executing db.is_credential_local on any id, string or int, local or not, a sqlalchemy stacktrace is produced
**To Reproduce**
Steps to reproduce the behavior i.e.:
Add …