Replies: 1 comment
-
I've been looking for the reference documentation for the last hour to no avail. Surely it exists, right? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
First Check
Commit to Help
Example Code
# My question is not code-based.
Description
SQLModel has extensive tutorials, which is very helpful for getting started, but it could really use an API reference. I often find myself trying to figure out whether a function or constructor has an argument for what I'm trying to do. I can search the tutorials, but even when I find what I'm looking for, the description is often incomplete. In other cases, SQLModel does have the feature I'm looking for, but it's not documented anywhere (like the
nullable
argument tosqlmodel.Field()
).For an example of what I'm requesting, see this comprehensive description of sqlalchemy's
Column
constructor. This level of detail may not be feasible, but even something that just lists all arguments would be very helpful.Operating System
Linux, Windows, macOS, Other
Operating System Details
This applies to all operating systems.
SQLModel Version
0.0.24
Python Version
3.13.5
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions