# RobertCraigie/prisma-client-py

Prisma Client Python is an auto-generated and fully type-safe database client designed for ease of use

Repository: https://github.com/RobertCraigie/prisma-client-py
Canonical: https://ross.abutalabs.com/products/prisma-client-py
Homepage: https://prisma-client-py.readthedocs.io
Language: Python
License: Apache-2.0
License Family: permissive
Topics: python, orm, database, prisma, postgresql, mysql, sqlite, typing, pydantic, mongodb, asyncio, python37, python38, python39, python310, python-types, type-hints
Archived: true
Last push: 2025-04-10T08:07:05+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 15, release rhythm 8, longevity 100
- inputs: {"age_days": 2086, "days_push": 510, "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 2097, forks 93 (observed 2026-08-28T04:06:13.353827+00:00)

## What it is
Prisma Client Python is an auto-generated, fully type-safe ORM client built on top of Prisma, supporting PostgreSQL, MySQL, SQLite, and MongoDB with sync and async usage. It is no longer maintained as of the announcement in its README.

## Use cases
- type-safe database access in python
- use prisma schema with python
- async orm for fastapi
- generate python client from prisma schema
- query postgresql with type hints
- replace sqlalchemy with prisma in python

## When to choose
- you want Prisma-style type-safe queries in a Python backend
- you need sync or async database access with autocompletion
- you already use Prisma schemas across a polyglot stack

## When to avoid
- starting a new project, since the project is unmaintained
- you need guaranteed bug fixes or new database feature support
- you rely on ORMs with active community support

## Facets
- artifact type: library
- maturity: abandoned
- function: orm, database, database-driver
- domain: databases, backend, web-development, developer-tools
- platform: python, cross-platform
- tags: prisma, type-safe, asyncio, pydantic, postgresql, mysql, sqlite, mongodb, schema-driven, code-generation

## Member repositories
- RobertCraigie/prisma-client-py (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:13.353827+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-30T02:54:32.580750+00:00, confidence not recorded.
  - readme: https://github.com/RobertCraigie/prisma-client-py (fetched 2026-08-28T04:06:13.353827+00:00, sha 5629e0415044)
- Data as of 2026-08-30T08:39:29.467469+00:00.
