prisma1
prisma1 copied to clipboard
💾 Database Tools incl. ORM, Migrations and Admin UI (Postgres, MySQL & MongoDB) [deprecated]
# 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 {...
**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...
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...
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...
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:...
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...
add ochain