-
In order to do partial updates, upserts and adds all in the same app, we would need to seperate just like how SQLModel seperates its BaseModels [here](https://sqlmodel.tiangolo.com/tutorial/fastapi/mu…
-
### Summary
Hi there.
After browsing the documentation (and some issues/PR), I'm still not sure if `SQLModel` is properly supported at this time.
SQLModel objects have the particularity to be bot…
-
## Problem
> Currently you must define your selections ahead of time and cannot dynamically select fields. This is because it is impossible to statically type queries using a dynamic syntax.
-…
-
I have a project that is using Pydantic V2 features, but the `appworld` package (and also its dependency `sqlmodel==0.0.10`) list `pydantic
-
Feature request to instrument the SQLModel that use sqlalchemy base
https://sqlmodel.tiangolo.com/
-
## Overview
Port datamodel that is reflected on the main branch to SQLModel.
## Description
The SQLModel will be a row of the relational database for storing experiment results. In the pre-db (cs…
-
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?
-
Should we integrate [SQLModel](https://sqlmodel.tiangolo.com/) into `sdssdb` for the SQLAlchemy models? I don't think this is strictly necessary for 1.0, but maybe this is something to consider for l…
-
-
### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the …