-
How to support FileField with SQLModel? I'm aware of sqlalchemy-file, which is for sqlalchemy to handle file field. Can we still use it with SQLModel?
-
### The problem
Getting the above error, it looks like the MFA verification endpoint might have changed? I'm getting 404 errors for all the API endpoint but I'm not expert in how to test them eit…
-
```
A lot has changed since the original architecture has been defined.
During implementation the core steadily shifted from host side to target side.
As a result, some existing code became overdesign…
-
@amercader We were able to switch from sqlite to postgres by simply replacing the `sqlalchemy_database_uri` default sqlite uri with a postgres uri.
However, if I want to pass more engine configurat…
-
### Version
1.26.0
### What happened?
Getting `relation "x" does not exist` for every query I mention in my `queries` .sql files
### Relevant log output
```shell
query.sql:1:1: relatio…
-
### What do you want to change?
We plan to migrate some Postgres workload to ScyllaDB in the next months due to scaling and cost reasons. We heavily use sqlc in the past for Postgres workload, so nat…
rpstw updated
1 month ago
-
There is a typo in:
engine = create_engine('sqlite:///restaruants.db')
ghost updated
7 years ago
-
### Bug description
When storing numbers as `DECIMAL` in a SQLite database I would expect values to be represented properly with no rounding issues, but fetching data form the DB returns values tha…
-
Hello,
I would like to implement a mechanism that ensures only one database session is created and tied to the FastAPI request lifecycle. The goal is to have a single shared database session across a…
-
### Bug description
If you have multiple instances of the Prisma client, the `prisma:engine:*` spans only show up for the one you defined the last time.
Possibly related: https://github.com/prisma…