Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to insert data in view in parallel with table in MySql #769

Open
apmeena opened this issue Feb 23, 2017 · 0 comments
Open

How to insert data in view in parallel with table in MySql #769

apmeena opened this issue Feb 23, 2017 · 0 comments

Comments

@apmeena
Copy link

apmeena commented Feb 23, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant