Show HN: dorm: Django wrapper that lets you use its ORM in standalone manner
PyPI: https://pypi.org/project/dorm-project/ Source: https://github.com/daadu/dorm
Give me feedback, if you do give it a try.
## Motivation I’ve always been a big fan of the Django ORM, especially its features like automatic schema migrations and the ability to perform joins without writing raw SQL.
Over time, I’ve used it outside of full Django projects whenever I needed to interact with a database. Given the richness of Django’s ORM, I found other standalone ORMs (like SQLAlchemy) to be lacking in comparison. During these experiences, I kept wondering: what if I could use just the ORM, without the need for manage.py, views.py, urls.py, or any unnecessary entries in settings.py?
That’s how the idea for this project was born.
[+] [-] dhruvkb|1 year ago|reply
[+] [-] Harsh182|1 year ago|reply
Do give it a try, and write me a feedback - either here or on Github issues.
[+] [-] yodon|1 year ago|reply
[+] [-] Harsh182|1 year ago|reply
If you try out - then don't forget to write a feedback/review - either here or on github issues - will help in out in planning further improvements.