Anonymous
8/22/2025, 2:03:33 AM
No.106341510
[Report]
So my project I'm trying to rewrite from mongo/mongoose to prisma and postgres; when a user creates an account they get a chatroom. Picrel is how I handle it, the register route creates the user with the user model but also creates the room. Everything is JSON including the emotes. How would I go about making the emotes which are JSON in the room save to something more SQL like with a prisma model?