SQLModel relationship without being a table? #1096
Unanswered
joshua-brumpton-uniper
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
First Check
Commit to Help
Example Code
Description
This works perfectly BUT I don't need or want to persist the citations to a table in the database. How would I refactor this code to work in at least a very similar way without having a physical Citation table? Particularly I want to be able to get a conversation and its message models within that and the citation models within those automatically.
Operating System
Windows
Operating System Details
No response
SQLModel Version
0.0.21
Python Version
3.12.1
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions