This document contains a rough outline of future features and changes in Prisma. Its primary purpose is to provide visibility into the current efforts of the Prisma engineering team and make Prisma users aware of upcoming changes.
The roadmap is updated every two weeks (i.e. with every Prisma release). If you want to see the changes that have happened in the latest releases, check out the changelog.
The following lists represent a number of smaller-scope issues and improvements that we are currently working on. While we're trying to be as accurate as possible, our priorities might shift and the list may be adjusted in a future release cycle.
- Unique constraint violated error on non-unique field #4440
- prisma on json field with empty\invalid content throws internal error #4375
-
prisma delete
doesn't actually delete the database #4451 - Nested upsert in create mutations (correct: nested connectOrCreate) #2194
- Allow for custom IDs to be submitted when creating new records in client API #3839
- [Mongo] improve relational link design to enhance performance #3754
- Add inner connection fields #1780
The "specification phase" reflects the spec work we do before starting to actually implement a feature. All important features are being specced out and discussed on GitHub. Please join the discussions and share your opinions with us.
Here are the big features that are currently being specced out:
- A more fine-grained and powerful migration system
- An aggregations API
- A new generator API for the Prisma client
- Datamodel v2
The "implementation phase" reflects the larger features that we are currently working on. These features typically require multiple weeks/months to be implemented:
- Enabling usage of the Prisma client without running an extra server (i.e. rewriting the Prisma core in Rust)
- A more powerful API for the Prisma client (JS/TS)
While the following features are currently not listed in the Q2/Q3 2019
-section, they may still get added to it:
- Prisma SDK
- Observability & monitoring
- Caching
- Subscriptions & clustering
- Query analytics