Hi, thank you for the great work on YesSql!
In our environment, our DBAs do not allow direct write access to database tables. We are only permitted to perform data modifications through stored procedures.
Is there a recommended way to configure or extend YesSql so that insert, update, and delete operations can be routed through stored procedures instead of direct SQL statements? Any guidance or best practices would be greatly appreciated.
Thanks in advance!
Hi, thank you for the great work on YesSql!
In our environment, our DBAs do not allow direct write access to database tables. We are only permitted to perform data modifications through stored procedures.
Is there a recommended way to configure or extend YesSql so that insert, update, and delete operations can be routed through stored procedures instead of direct SQL statements? Any guidance or best practices would be greatly appreciated.
Thanks in advance!