Hacker News new | ask | show | jobs
by dhruvkb 532 days ago
I had been looking for something like this in the past. I have previously set up a full-fledged Django application only to use its ORM, but then I realised that it's quite helpful to have the possibility to expand the project into a proper web app or an API, if needed. The Django admin interface is also great!
1 comments

Yes, once you are used to such rich ORM, you would want to use it everywhere!

Do give it a try, and write me a feedback - either here or on Github issues.