Any Option for SaaS Application Database. #3020
Replies: 5 comments
-
|
Hi @jagatreypatelgyrus is the data of each customer in its own table or view? Or is the information of all the customers mixed between all the tables and you want to retrieve specific rows of data? I am asking this because I think there is a way to solve your issue, but it changes depending on how you manage your customers data. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @RubenCerna2079 , |
Beta Was this translation helpful? Give feedback.
-
|
If you are using MSSQL then you should be able to set row level security for your database by using the The following link gives information on how this property works, And this link shows how to set the row level security inside the database, If you have any more questions about how to set it up let me know. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @jagatreypatelgyrus if my previous answer helped you please let me know so that we can close this discussion |
Beta Was this translation helpful? Give feedback.
-
|
Hi @RubenCerna2079 , Thank You for the checking and sorry for the late response. Actually we need to check the possibilities that you suggested and currently it takes time. Will check and let you know if any, mean while you can close this. We will reply once we have something to ask. Thank You. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Thank You for the reply in Issue channel.
As you suggested I started new Discussion. You can close the same topic from Issue channel.
Let me explain more.
We have SaaS application. And have single DB that have different customer's data. Now we planned to open API endpoint that can be used by different customer to retrieve their individual data.
Just for your information, we didn't have SCHEMA base separation in our Database.
Also, we didn't want to setup any Manual process to create separate users for each and every customer. We need something automated process by which client can setup their access and retrieve their data themself without any manual interaction from our end.
Hope this help you to understand our requirement.
Thank You.
Jagatrey Patel
jagatrey.patel@gyrus.com
Beta Was this translation helpful? Give feedback.
All reactions