First Check
Commit to Help
Example Code
# generic question, no code sample.
Description
I understand this is still a very very very new project, and that the current documentation is not as well vetted as FastAPI is. So if the following exists, maybe someone can point me to documentation or example and maybe I can help write it up.
- It is not clear if
sqlmodel is async aware or how to use it if it is.
- How is sqlmodel different than say ORMAR which is async aware and uses a single shared pydantic model?
- It appears that common helper functions of other ORMs such as
upsert and get_or_create are absent from sqlmodel, is there a plan to add native support for these options?
Operating System
Linux, macOS
Operating System Details
No response
SQLModel Version
0.0.4
Python Version
3.9.5
Additional Context
No response
First Check
Commit to Help
Example Code
# generic question, no code sample.Description
I understand this is still a very very very new project, and that the current documentation is not as well vetted as FastAPI is. So if the following exists, maybe someone can point me to documentation or example and maybe I can help write it up.
sqlmodelis async aware or how to use it if it is.upsertandget_or_createare absent fromsqlmodel, is there a plan to add native support for these options?Operating System
Linux, macOS
Operating System Details
No response
SQLModel Version
0.0.4
Python Version
3.9.5
Additional Context
No response