bastilian / AAAPI

Async Action API
0 stars 1 forks source link

Create model modules for Job and JobRequest #9

Closed bastilian closed 1 year ago

bastilian commented 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

bastilian commented 1 year ago

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