Replies: 6 comments 8 replies
-
|
just use typescript |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
-
|
+1 I'm interested in this! |
Beta Was this translation helpful? Give feedback.
-
|
Anything yet? |
Beta Was this translation helpful? Give feedback.
-
|
Claude code wrote me a plugin using ts-morph fairly quickly. 400 lines of code. Seems trivial as a workaround for now |
Beta Was this translation helpful? Give feedback.
-
|
TBH, Python's type hint community is so terrible, and drizzle's advantages very based on ts |
Beta Was this translation helpful? Give feedback.
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.
Beta Was this translation helpful? Give feedback.
All reactions