Hey, @rp_st which is the best way to connect users with other tables in my DB? I'm using Nestjs with Prisma orm and Postgres. Should I override functions or there is better solution?
r
rp_st
04/19/2023, 3:03 PM
hey! yea, override the sign up api for example and save data against the resulting user ID.
e
error404404404
04/19/2023, 3:03 PM
Maybe there is some examples?
r
rp_st
04/19/2023, 3:03 PM
not specifically of this, but there are examples of how to override the sign up API