prisma1 icon indicating copy to clipboard operation
prisma1 copied to clipboard

💾 Database Tools incl. ORM, Migrations and Admin UI (Postgres, MySQL & MongoDB) [deprecated]

Results 100 prisma1 issues
Sort by recently updated
recently updated
newest added

# Feature Request **What feature are you missing?** Currently it is impossible to define multiple unidirectional relations of the same type within another type. For example: ``` type ContainerType {...

kind/feature

**Describe the bug** Prisma CLI is parsing regular local private URLs as cloud workspace URLs with the following error if you are logged in. When you are logged out it...

bug/2-confirmed
area/cli
kind/bug

Would be great to have [TTL Indexes](https://docs.mongodb.com/manual/core/index-ttl/#ttl-indexes) feature to set TTL for values so they get removed after some time automatically by MongoDB. E.g. to ensure that the validation token...

kind/feature
area/connector/mongo

The function in the sample code is incorrect. "Exists" is not present in client. It is present in generated code.

**Describe the bug** There are some options which can only be passed to the MongoDB driver via an options object. (Not supported on the URI query string.) . Specifically, the...

kind/feature
rfc/0-needs-spec
area/connector/mongo

If the folder exists in cwd, will be copied alongside the prerun_hook.sh script. Files inside will then be available to the script (from /app/prerun_hook_files). References issue #4417 By putting certificates...

The prisma.yml.seed.import property can only accept one file. I'd like to be able to modularize the seed import into multiple files by having the following in prisma.yml: ``` seed: import:...

kind/feature
area/client

There is multiple issue about programmatic usage of Prisma. #1948 #2214 Why people want programmatic usage of Prisma ? - Build tools for Prisma ecosystem without "prisma-cli". - Test GraphQL...

kind/feature
rfc/0-needs-spec