# Brendonovich/prisma-client-rust

Type-safe database access for Rust

Repository: https://github.com/Brendonovich/prisma-client-rust
Canonical: https://ross.abutalabs.com/products/prisma-client-rust
Homepage: https://prisma.brendonovich.dev
Language: Rust
License: Apache-2.0
License Family: permissive
Topics: prisma, prisma-client, prisma-client-rust, rust
Archived: true
Last push: 2025-03-12T08:19:17+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 11, release rhythm 8, longevity 100
- inputs: {"age_days": 1926, "days_push": 539, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1919, forks 123 (observed 2026-08-28T04:05:55.044141+00:00)

## What it is
Prisma Client Rust is an autogenerated, fully type-safe query builder for Rust that leverages the Prisma ecosystem as an alternative to Diesel, SeaORM, or SQLx. It supports desktop apps via Tauri and integrates with web frameworks like Axum and Actix, but is no longer maintained.

## Use cases
- type-safe database access in Rust
- use Prisma schema and migrations from Rust
- replace Diesel or SeaORM with a Prisma-style client
- embed a database client in a Tauri desktop app
- migrate a NodeJS Prisma project to Rust
- generate Rust client code from a Prisma schema

## When to choose
- you already use Prisma tooling and want Rust access
- building a Tauri desktop app needing an embedded database client
- you value compile-time type safety over raw SQL control

## When to avoid
- starting a new project - the project is explicitly unmaintained
- you need up-to-date Prisma version support or bug fixes
- you prefer mature Rust-native ORMs like Diesel or SeaORM

## Facets
- artifact type: library
- maturity: abandoned
- function: orm, database, database-driver
- domain: databases, backend, developer-tools, web-development
- platform: rust, cross-platform
- tags: prisma, type-safe, query-builder, code-generation, tauri, sqlite, postgres, mysql, migrations, desktop

## Member repositories
- Brendonovich/prisma-client-rust (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:55.044141+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:09:50.288735+00:00, confidence not recorded.
  - readme: https://github.com/Brendonovich/prisma-client-rust (fetched 2026-08-28T04:05:55.044141+00:00, sha 2462cbb3ae2c)
  - homepage: https://prisma.brendonovich.dev (fetched 2026-08-29T10:49:14.876128+00:00, sha 5d57482e11fb)
  - site_page: https://prisma.brendonovich.dev/getting-started/installation (fetched 2026-08-29T10:49:14.878722+00:00, sha 5269a72f5812)
  - site_page: https://prisma.brendonovich.dev/getting-started/setup (fetched 2026-08-29T10:49:14.881161+00:00, sha bc99ca272274)
  - site_page: https://prisma.brendonovich.dev/getting-started/structure (fetched 2026-08-29T10:49:14.883035+00:00, sha c997dd8337be)
- Data as of 2026-08-30T08:39:29.467469+00:00.
