Closed bastilian closed 1 year ago
As a start the model modules should be able to create a db entry, retrieve/list them and update them.
See https://github.com/bastilian/poard/tree/main/app/models for examples
This might also be helpful in case we want to update the schema and we need to add a migration: https://www.prisma.io/docs/concepts/components/prisma-migrate/get-started
As a start the model modules should be able to create a db entry, retrieve/list them and update them.
See https://github.com/bastilian/poard/tree/main/app/models for examples