SQLModel + ChatGPT = 😻 #945
umaxfun
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to share with the community my process of extending the database and an underlying SQLModel model with ChatGPT.
2 If I wrote some SQL migration I use it as is. If I used any sort of GUI, I run Migra to get a migration out of the dev database
For sure it requires some tuning and rewrites, but for Postgres it works good enough on most tasks, including many-to-many relationships, saving lots of time and effort. Worths trying, especially if you write any sort of tests for the db-related code :)
Beta Was this translation helpful? Give feedback.
All reactions