Answer the question
In order to leave comments, you need to log in
Is there any sense in the ORM for my case?
Is there a threshold when using an ORM becomes unjustified/justified? Where is he?
I have a module in my application that works with the Solr database. The structure is pretty simple. Each document contains about 30 fields. Each document can have a parent field in which the parent-id is stored, then the grandparent-id, then the great-grandparent, and so on.
Those. sometimes only one document is obtained, and in another case, all the ancestors.
The data in the database is imported through the terminal and never changes. Those. the application works with the database in read-only mode
At the moment it works like this:
$doc->title= $result[title]
$doc->inStock= $result[in_stock]
Etc. Sometimes some additional transformation.
Does ORM make sense?
Answer the question
In order to leave comments, you need to log in
Is there a threshold when using an ORM becomes unjustified/justified? Where is he?
Is there a threshold when using an ORM becomes unjustified/justified? Where is he?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question