aurora
aurora copied to clipboard
CLI tool that orchestrates prisma files in a way that allows multiple .prisma files with cross-relations
If the @relation part in the .prisma file is changed as follows, a syntax error occurs in @relation in the generated schema.prisma. - sample.prisma before↓ ``` model Sample { ......
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
It doesnt support new commands such as 'relationMode'. ``` GetDmmfError: Get DMMF: Schema parsing error: Property not known: "relationMode". --> schema.prisma:14 url = env("GPerson-DATABASE_URL") relationMode = "prisma" } ``` Is...