Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prisma/db-push-non-idempotent-schemas

Collection of schemas that don't roundtrip if you db pull, then db push
https://github.com/prisma/db-push-non-idempotent-schemas

Last synced: about 2 months ago
JSON representation

Collection of schemas that don't roundtrip if you db pull, then db push

Awesome Lists containing this project

README

        

For each schema:

- Run `prisma db push`
- Run `prisma db pull`
- There should be a diff in the schema.

## Utility for verifying the URLs in the challenge spec.json

```bash
jq -r '.schemas | .[] | .url' schemas.json | xargs --max-lines=1 curl --no-progress-meter -o /dev/null -w '%{http_code}\n'
```