[EPIC] Move prisma 2 rust code from `prisma` repo to somewhere else
See original GitHub issueCurrently the repository prisma/prisma
contains the source code for Prisma 1 as well as Prisma 2. We want to move the parts written in Rust (the engines) somewhere else.
The following steps need be done to accomplish this:
- get rid of mixed mode integration tests via
native-bridge
- make
prisma-rs
independent of the Prisma 1server/.envrc
- separate pipelines for Prisma 1 and 2 (although still in the same repo)
- move
prisma-rs
to be determined location and repo
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Prisma 2 is Coming Soon (Update)
TLDR. Prisma 2 will introduce fundamental improvements: Enabling usage of Prisma as a library without the need for the Prisma server.
Read more >Prisma 2.0.0-preview-9 Release - GitClear
Ordered by the degree to which they evolved the repo in this version. ... [EPIC] Move prisma 2 rust code from prisma repo...
Read more >Harshit Pant (@pantharshit00) / Twitter
Meet the July recipient of our FOSS Fund: Prisma Client Rust. We love to see the community bringing Prisma to new languages. As...
Read more >Building Authentication with Postgres, Prisma, and Remix
In this video we'll explain the basics of HTTP caching, how web browsers respond to it, and how CDNs take advantage of it,...
Read more >Installation - Prisma Client Rust
For Prisma Client Rust to compile properly, you'll need to instruct Cargo to use version 2 of the feature resolver. [workspace] # ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Code move is done. New repository is: https://github.com/prisma/prisma-engine.
@mavilein Please confirm that everything you thought of was taken care of here and just close this issue ans confirmation.