If Prisma's query engine is compiled by Rust, why don't I need Rust to compile it?

This page summarizes the projects mentioned and recommended in the original post on /r/typescript

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • prisma-engines

    đźš‚ Engine components of Prisma ORM

  • prisma generate generates the code for the Prisma client. The code generated for the client is all JavaScript which calls into the “Prisma Engine” Rust native Node module to perform database operations. As others here have said, the Prisma Engine is pre-compiled by rustc via CI and gets dowloaded to your machine as a pre-built binary by npm, so there’s no need for you to build it yourself by running the Rust compiler locally.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Prisma Client Rust: ORM for type-safe database access

    1 project | news.ycombinator.com | 18 Dec 2023
  • My first project with rust

    3 projects | /r/rust | 8 Dec 2023
  • Have you written a web backend in Rust? How was it?

    4 projects | /r/rust | 28 Mar 2023
  • What's the future of Rust in web development?

    1 project | /r/rust | 5 Mar 2023
  • What is the status of sqlx?

    3 projects | /r/rust | 24 Jan 2023