Let’s say I want each user to see only their own data. As far as I understand, I need to create a separate base for each of them.
Are there any internal NocoDB mechanisms so that I can synchronize data from a common base as well as collect data from an employee’s base into the common one or admin’s base? Without using external tools.
If I have to use external tools, what software can help me synchronize and copy data?
I would also like to note that I might be able to make a service that would sync databases using webhooks or REST APIs. I just wanted to know if it was possible to do it, for example, via the NocoDB internal API (you already answered No, thanks).
Do you think I could try to use a database API, for example, functions, to do this? Or does the NocoDB structure require more attention than just copying data?