Prompting Prisma

To start prompting prisma models, go to workstation.justprintit.ai and register/login.

You can prompt Printer for new Prisma models. Printer will follow the structure and database provider type found in prisma.schema. Printer supports various relation types like one to one, one to many and many to many.

In this example prompt, I create a new model called Threads and make it a many to many relation with Accounts. Printer creates a new foreign key relation to join the two together. Here is the example prompt I used.

Create a new model called Threads. Make it a many to many relationship with accounts.