-
Hi! @glederrey
I'm working on a project for my master's thesis, the idea is generating a synthetic tabular relational database. I know it isn't the idea of this model, but I think using conditional…
-
Hi,
Can you make the generator generate one-to-one navigation property with foreign key is unique key/unique index?
Example: I have two tables
Table 1: Id (PK), Name
Table 2: Id (PK), Name, Table1Id (…
-
Node.js version: v12.13.0
Prisma2 version: prisma2@2.0.0-preview017.2
Schema:
```
generator photon {
provider = "photonjs"
}
datasource db {
provider = "sqlite"
url = "file:{**…
-
### Bug description
I have a unique constraint on a `name` field in a table. When I try and update one record with the same name as another one, I correctly get a `PrismaKnownClientError`, but I d…
-
Given the following Schema:
```
generator client {
provider = "prisma-client-js"
}
generator graphql {
provider = "graphql-schema-generator"
createCRUD = "true"
output = "../…
-
Tried on Arch initially, figured I did something wrong with Arch and installed EndeavorOS to test, and it still fails with the same massive error.
Notably works just fine on Windows 10.
```
[sa…
-
### Description
The readme has a series of steps to execute on the command line that users can run through to see the connector in action.
The steps are very similar to the ones the Besu connector…
-
Currently, the default primary key will always be an auto-generated ID. There is no possibility to set other attributes as primary key.
-
### Bug description
Prisma is pushing some queries that fail in some cloud MS postgresql version (at least neon and xata). While it is not clear yetwhat is causing the issue of the SQL statements bel…
-
I use Prisma and I have a problem to make a consistent solution for the "is any related item" check with both `prisma-plan-adaptor` and `cerbos.checkResources` implementations.
So I have `N:M` relati…