question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[EPIC] Move prisma 2 rust code from `prisma` repo to somewhere else

See original GitHub issue

Currently 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 1 server/.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:closed
  • Created 4 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
dpetrickcommented, Aug 26, 2019

Code move is done. New repository is: https://github.com/prisma/prisma-engine.

0reactions
janpiocommented, Aug 26, 2019

@mavilein Please confirm that everything you thought of was taken care of here and just close this issue ans confirmation.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found