Does it make sense to use ORM frameworks outside of web applications?
  • four
    Do you have a strong case against using ORM in desktop applications? - DreamChild

1 answer 1

Of course it does.

If your project does not have any kind of super-complex relationships between tables, then why not use it? Sometimes referring to an object attribute is much faster and easier than writing a SQL query for this.