Hello, could you help me with information on how t...
# support-questions-legacy
e
Hello, could you help me with information on how to connect users with other tables in my Postgresql? Maybe there is some information in docs, but I haven't found it yet
r
hey @error404404404 you could override the sign up API on the backend and use the resulting user ID to store info in your tables.
e
Ok, is there any information how to do it properly using Nestjs?
r
see our docs for sign up override
or post sign up operations
e
Thanks a lot