|
|
|
|
|
by to11mtm
1635 days ago
|
|
Speaking as someone who has used ORMs in the past and contributes to a LINQ Micro ORM... It might make tooling 'easier', but since backwards compatibility has to be considered the actual value add is questionable IMO. Most ORMs/MicroORMs will have tooling that sniffs out the DB Schema including foreign keys, and if you are using those bits (i.e. 'not hand written') most will do the right thing today. I suppose you could include some extra syntax for whatever DSL you're providing users.... IDK. Speaking as someone who is very comfortable in SQL, This feels more like syntactic sugar than anything else. |
|