Breeze.js audit log

﹥>﹥吖頭↗ 提交于 2019-12-25 07:33:26

问题


We are using breeze.js on client side for data access layer over entity framework.

We need to maintain the audit log for all the data changes on server.

Can somebody please advise what could be the best way to do that?


回答1:


The two options that occur to me are either

1) Server side triggers

2) Use the Breeze beforeSaveEntities mechanism to intercept the Breeze saveChanges call and add audit records directly in code on the server.



来源:https://stackoverflow.com/questions/17580440/breeze-js-audit-log

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!