Hi there,
I have some experience from python and db but I’m far from being an expert.
I’m trying to make a function that makes different logged in users do their input to different tables in db.
Logged in user A add rows into Table 1
Logged in user B add rows into Table 2
Logged in user C add rows into Table 1 and so on…
I’m really trying to find the best approach to make this happen.
anvil.tables expects a specific table and I can’t find a way to put a variable there. However that would be smooth.
Is link tables a route or should I try with psycopg2 or do I have to take the route through local server and use another way?