-
Hello working with prisma i found it very tedious to have the need of three commands in three terminals for launching my app:
```
docker-compose up
prisma2 dev
yarn dev
```
I am trying to ru…
-
## Bug description
When I try to save entity that has required relation to other entity, Prisma throws unhelpful an error when `connect` or `create` is used:
Debug logs:
```
DEBUG="*"…
-
Seems like neither `DROP COLUMN` nor `DROP TABLE` causes a breaking change dialog.
What's the heuristic for this?
-
This is my Prisma schema for a SQLite DB:
```groovy
datasource db {
provider = "sqlite"
url = "file:./northwind.db"
}
model Category {
category_id Int @id
categoryName …
-
We have PostgreSQL, MySQL and SQLite as of today.
See MySQL and SQLite https://github.com/prisma/prisma2/pull/1769
-
Right now we need to manually increment the SHA in the package.json's `prisma.version`.
We should use a github action to occasionally check for a new SHA, update it and commit it if that's the case…
-
## Problem
I have a simple Prisma schema from docs:
```prisma
model Movie {
director Director @map(["directorFirstName", "directorLastName"])
title String
@@id([director, title])
}…
-
- [x] Webpack via https://github.com/prisma/prisma2-e2e-tests/pull/30
- [x] Parcel via https://github.com/prisma/prisma2-e2e-tests/pull/32
- [x] Rollup https://github.com/prisma/prisma2-e2e-tests/pu…
-
`subscriptionType` which was supported by nexus is not supported by nexus-future yet.
-
Hi! Would you consider adding a quick temporary site for rendering Prisma 2 docs? It's a bit slow to navigate them on GitHub.
As a suggestion for minimum effort, you can simply add this repo to Ne…