|
|
|
|
|
by RandomThoughts3
602 days ago
|
|
No, absolutely not. Op is never implying they intend to maintain one to one correspondence between the DB and objects and do that through manipulating objects only. Mapping hand written queries results to structs and updating the DB yourself on the basis of what is in structs is not at all an ORM. |
|
You just described a bad, home-grown Object Relational Mapper.