logoalt Hacker News

LandRtoday at 11:30 AM2 repliesview on HN

I dont see how this isn't just an ORM (like Entity Framework in dot net land).


Replies

Izkatatoday at 11:51 AM

Yeah, from the post it might even be more limited than Django (python) ever was. For example it allows the user to define its own fields, which was used over a decade ago in libraries to extend Django and provide json support long before it was officially supported.

weegotoday at 11:36 AM

it might semantically not be an ORM because of something at an engineering level, but it's 100% ORM like from a user point of view, so it's an ORM.