Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 415 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 415 Bytes

DB

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-database

this 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