Replies: 2 comments
-
|
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.
-
|
Absolutely the same experience. The tutorial goes fare behind the library, maybe good for people without cs background, but we wanted to try it out in a project and opted out because there is literary not documentation (just tutorial with explains the very basic use case. Don't get me wrong, I respect the time and effort that did go into this tutorial. But it is a little bit strange to have an extensive explanation topics that have nothing to do with the library directly, for example "virtual environments" or "how to read environments variables in python", but not a good overview of the library and its object and functions.. |
Beta Was this translation helpful? Give feedback.
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
nullableargument tosqlmodel.Field()).For an example of what I'm requesting, see this comprehensive description of sqlalchemy's
Columnconstructor. 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