|
|
|
|
|
by monero-xmr
883 days ago
|
|
Any ORM provides the same features for any SQL database. There is nothing special going on here. If perhaps the database autogenerated a bunch of classes, maybe that’s interesting? I think some projects have introspected a database and created all the boilerplate language classes before. There is nothing magical about wrapping database objects in language classes. This has been happening forever. https://docs.sqlalchemy.org/en/20/orm/quickstart.html#select... Nothing magical about using a function call rather than raw SQL. |
|
I don't understand your argument if you're comfortable with ORMs.