-
Goal: Atomatically generate Typescript functions for Rust commands in Typescript environment
Why: Use Typescript with type checking for Rust commands rather than `invoke('some string', somedata)`
…
-
## Description
After an update to 2983.2.0, all Docker containers fail to start with the message: `standard_init_linux.go:228: exec user process caused: operation not permitted`
## Impact
Can…
-
### Bug description
Hey all,
I recently created a new nextjs project from scratch and was planning to use prisma as always, however I faced an issue using it with vercel edge environment. This iss…
-
### Bug description
**Error Name**
NestedError: Cannot read from 'PROJECT_PATH/netlify-serverless-functions/node_modules/.prisma': EISDIR: illegal operation on a directory, read
**netlify.toml**
…
-
I'm currently working on setting up a graphql server using AWS AppSync and lambda. Part of the requirement is to have a schema.graphql written to disk at deploy time. Is this possible with **type-gr…
-
### Bug description
If I enable `omitApi`, and then do a client level omit on `id` for my users table, and then do a createMany in which I dont supply any ids, it crashes saying:
```
Unknown field …
-
**schema.prisma**
```
generator client {
provider = "prisma-client-js"
previewFeatures = ["driverAdapters"]
}
datasource db {
provider = "postgresql"
url = env("DATABASE_U…
-
In the TypeScript compiler, we have the concept of a "transformer". A transformer is a function which "transforms" one AST to another. TypeScript ships many such transforms, including all of the vario…
-
Currently there is no way to extend the configuration of the `schema.prisma` file, specifically for adding `previewFeatures` such as `postgresqlExtensions` in order to use pgvector:
```prisma
data…
-
Hello there 👋
We are currently working with graphql.net. We miss some features that are proposed in this library and it seems like it would be a way better fit for our needs. Great work so far!
…