specs
specs copied to clipboard
⚠ This repository is not actively used any more, please check out the Prisma Documentation for updated information on Prisma. ⚠
Now prisma can run on alpine image by installing `prisma/cli@alpha` [prisma/prisma#702 comment](https://github.com/prisma/prisma/issues/702#issuecomment-624551803)
This PR attempts to further simplify @sorenbs's proposal by supporting a negative `take` value. This is similar to how JS also supports `arr.slice(-5)` [Rendered View](https://github.com/prisma/specs/blob/simpler-pagination/prisma-client-js/README.md#pagination) **Open Questions:** - `at: 5`...
We've made a product decision on this and decided to move forward and implement a first version of `prisma status`. [Rendered View](https://github.com/prisma/specs/blob/prisma-status/cli/README.md#status)
Resolves: https://github.com/prisma/specs/issues/234 ## OLD Keeping here for posterity, please read: https://github.com/prisma/specs/pull/248#issuecomment-542204184 --- Views are pretty limited in what they can do: https://www.postgresql.org/docs/12/sql-createview.html ```groovy view BrazilCustomers { name String email String...
### Problem This proposal aims to **loosen our core data type guarentee** and **cleanup** custom data types in our schema design: #### 1. Not every datasource will support every core...
This Prisma Client JS change introduces an API shortcut syntax when referencing single-field `@id` fields and multi-field `@@id` fields. ```ts // before const user = await prisma.user.findOne({ where: { id:...
The content of this PR was removed from the PSL spec in https://github.com/prisma/specs/pull/415 and adds it back. When #415 is merged, this PR should probably be rebased onto `master`.
The content of this PR was removed from the PSL spec in https://github.com/prisma/specs/pull/415 and adds it back. When #415 is merged, this PR should probably be rebased onto `master`.
The content of this PR was removed from the PSL spec in https://github.com/prisma/specs/pull/415 and adds it back. When #415 is merged, this PR should probably be rebased onto `master`.