raw aql query in framework with Active Record pattern based ORM
I use yii framework that implements Active Record pattern as ORM base. It has CActiveRecord class that is a table wrapper class with attributes reflecting table columns. So each object of this class represents a database row.
raw aql query in framework with Active Record pattern based ORM
I use yii framework that implements Active Record pattern as ORM base. It has CActiveRecord class that is a table wrapper class with attributes reflecting table columns. So each object of this class represents a database row.
raw aql query in framework with Active Record pattern based ORM
I use yii framework that implements Active Record pattern as ORM base. It has CActiveRecord class that is a table wrapper class with attributes reflecting table columns. So each object of this class represents a database row.
raw aql query in framework with Active Record pattern based ORM
I use yii framework that implements Active Record pattern as ORM base. It has CActiveRecord class that is a table wrapper class with attributes reflecting table columns. So each object of this class represents a database row.
raw aql query in framework with Active Record pattern based ORM
I use yii framework that implements Active Record pattern as ORM base. It has CActiveRecord class that is a table wrapper class with attributes reflecting table columns. So each object of this class represents a database row.
ORM: Design of the service layer
I’m currently writing a medium sized web-application and find myself asking this question many times.
Audit trails and entity relationships
I’m working on an order system and implementing an audit log. Two main concerns are:
Audit trails and entity relationships
I’m working on an order system and implementing an audit log. Two main concerns are:
Android: Considering an ORM tool [duplicate]
This question already has answers here: When is it necessary to use ORM tools? [closed] (4 answers) Closed 10 years ago. I am developing an Android app in which I have to add chat functionality. Also, I have to save the chat history. I will accomplish this task using SQlite. But, I am not sure […]
What kind of object relational mapping is appropriate here?
In my database I have a table that looks like this Master(ID, Name, Attr1…). Every ID will have at least 1 entry in additional tables that have additional attributes. Those tables specialize the master table.