-
I'd like to raise a request for supporting [SQLModel](https://github.com/tiangolo/sqlmodel) library integration.
It should be a relatively straightforward implementation, as SQLModel is based on SQ…
-
Have you considered to support [SQLModel](https://sqlmodel.tiangolo.com/) ?
-
as the title
-
SQLModel (https://github.com/tiangolo/sqlmodel) is notionally built as a layer on top of SQLAlchemy, so it would be awesome to use SQLAlchemy Continuum to version SQLModel managed databases. However, …
-
### Privileged issue
- [X] I'm @tiangolo or he asked me directly to create an issue here.
### Issue Content
`from sqlmodel import AsyncSession`
-
### Describe the bug
There is no problem using asyncmy
There is a "RuntimeError: Event loop is closed" error when using aiomysql
Am I using it incorrectly? What's wrong?
### To Reproduce
…
-
This has been mentioned previously by @sneakers-the-rat at #1604.
**Describe the solution you'd like**
[sqlmodel](https://github.com/tiangolo/sqlmodel) is a library that bridges classes from SQLA…
-
### Things to check first
- [X] I have searched the existing issues and didn't find my bug already reported there
- [X] I have checked that my bug is still present in the latest release
### Sqlaco…
-
### Bug Description
I'm trying to start a pod in Kubernetes running the ``langflowai/langflow-backend:v1.1.1`` image (also tested with ``langflowai/langflow:v1.1.1`` image) with a flow that was expor…
-
the code in `RedisModel` `validate_primary_key` wrongly assumes there are multiple primary keys:
```python
if getattr(field_info, "primary_key", None):
primary_keys += 1…