Replies: 6 comments 8 replies
|
just use typescript |
0 replies
|
I don't want to have drizzle ported to Python (Python has other ORMs albeit not as good as drizzle). However, being able to check that I have the correct table and field names in Python for a schema that was written in drizzle would be great. |
2 replies
|
+1 I'm interested in this! |
1 reply
|
Anything yet? |
0 replies
|
Claude code wrote me a plugin using ts-morph fairly quickly. 400 lines of code. Seems trivial as a workaround for now |
5 replies
|
TBH, Python's type hint community is so terrible, and drizzle's advantages very based on ts |
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.
Python is becoming a popular developer langugage with the interest in AI and agent based apps as well as the awesome FastAPI framework. Is there any exploration of making a drizzle-python library? I think the python ecoysystem has been lacking a mature ORM since SQLAlchemy in flask days, but async isn't really good with it and types are flakey.
All reactions