You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Node-orm2 with MySql. All things are working fine but I am looking for an ORM feature through which I can also insert data in VIEW (MYSQL VIEW). Is there any function available? Or I need to go with model hooks (like afterSave) and manual query?
EDIT
My view doesn't contains all columns which original table have.
Thanks.
The text was updated successfully, but these errors were encountered:
I am using Node-orm2 with MySql. All things are working fine but I am looking for an ORM feature through which I can also insert data in VIEW (MYSQL VIEW). Is there any function available? Or I need to go with
model hooks
(likeafterSave
) and manual query?EDIT
My view doesn't contains all columns which original table have.
Thanks.
The text was updated successfully, but these errors were encountered: