We added sqlite as db provider in schema.prisma you can change it to your custom db provider
after an update your schema.prisma run
> yarn create-migration
> yarn migrate-databasethis commands will save your schema into db
now run
> pal g
> yarn generate
> yarn dev- build prisma client
- build crud system
- build client graphql hooks
- start dev server
Good work