Does an end user need DB write access to use an app that inserts records to DB

Hi guys,
I created an app that inserts records to DB. I have DB write credentials. I want to share this app with an end user with only app usage permission and app edit permission. Does this end user need DB write access to use the app as this app inserts records to DB.

It's urgent.. please

Thanks in Advance!

Hey @saiprasad, happy to help!

No, as long as the resource is set up with write permissions, any user who has access to the app can run queries/write to the db. Resources hold all of the required permissions. :nerd_face: