awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
prisma avatar

prisma/prisma-client-jsArchived

0
View on GitHub↗
1,465 stars·63 forks·TypeScript·Apache-2.0·31 views

Prisma Client Js

Prisma Client is a database client for Node.js and TypeScript applications that provides a type-safe interface for interacting with relational databases. It functions as an object-relational mapper that translates declarative schema definitions into strongly typed query interfaces, ensuring that database operations align with the underlying data structure.

The library distinguishes itself by generating type definitions directly from a schema model, which enables static analysis and IDE autocompletion during development. By abstracting database interactions into a unified query language, it standardizes communication across different database backends and eliminates the need for manual query construction.

The project covers a broad range of database management capabilities, including automated schema modeling and the execution of validated data operations. It utilizes a dedicated engine to handle query processing, maintaining strict type safety throughout the application stack to prevent runtime errors.

Features

  • Node.js Database Integration - Provides a comprehensive database client for Node.js applications with automated type generation and query building.
  • Database ORMs - Functions as a type-safe object-relational mapper that generates query interfaces from schema definitions.
  • Type-Safe Database Clients - Generates strongly-typed interfaces for database operations to ensure compile-time safety.
  • Type-Safe Query Builders - Provides compile-time validation for database queries based on schema definitions to prevent runtime errors.
  • Compile-Time Schema Integrations - Transforms declarative data models into strongly typed client code to ensure database operations match the schema at compile time.
  • Database Agnostic Generators - Standardizes communication across different database backends by mapping diverse SQL dialects to a unified internal query language.
  • Fluent Query Builders - Provides a chainable, fluent API for constructing complex database queries without manual SQL writing.
  • Query Engine Binaries - Executes database operations through a high-performance Rust-based binary sidecar that communicates via local sockets.
  • Relational Database Management Systems - Simplifies complex relational database operations through an intuitive, type-safe interface.
  • Declarative Schema Languages - Uses a declarative schema language to define database structures and automatically generate application interfaces.
  • Type Definition Generators - Dynamically generates TypeScript interfaces that reflect the current database schema to enable IDE autocompletion and static analysis.

Star history

Star history chart for prisma/prisma-client-jsStar history chart for prisma/prisma-client-js

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Prisma Client Js

Similar open-source projects, ranked by how many features they share with Prisma Client Js.
  • ent/entent avatar

    ent/ent

    17,110View on GitHub↗

    Ent is a statically typed entity framework for Go that models database structures as a graph of nodes and edges. It functions as a code generation engine that transforms schema definitions into type-safe database clients, query builders, and migration scripts. By representing data as interconnected entities, the framework enables intuitive traversal of complex relationships and ensures that database interactions remain consistent with the application model at compile time. The framework distinguishes itself through its graph-based approach to data modeling and its reliance on compile-time cod

    Goententity-frameworkorm
    View on GitHub↗17,110
  • aarondl/sqlboileraarondl avatar

    aarondl/sqlboiler

    6,989View on GitHub↗

    sqlboiler is a database-first ORM generator for Go that analyzes an existing database schema to produce strongly typed structures and query helpers. It functions as a schema-driven code generator, transforming database tables and relationships into executable Go source code. The project distinguishes itself through a type-safe query builder that uses chainable modifiers to construct SQL statements, eliminating the need for raw string concatenation. It utilizes customizable text templates to generate source code, allowing for the aliasing of schema entities and the creation of custom templates

    Godatabasegogolang
    View on GitHub↗6,989
  • kysely-org/kyselykysely-org avatar

    kysely-org/kysely

    13,969View on GitHub↗

    Kysely is a TypeScript SQL query builder that provides a type-safe interface for constructing and executing database queries. It functions as a database layer that ensures schema compliance and prevents runtime errors by using a fluent interface and a programmable way to build complex SQL statements. The project features a type-safe database layer capable of inferring return types and aliases from SQL selections and joins. It also includes a SQL migration manager to track and apply schema changes across different environments to keep database versions synchronized. The toolkit covers relatio

    TypeScript
    View on GitHub↗13,969
  • brendonovich/prisma-client-rustBrendonovich avatar

    Brendonovich/prisma-client-rust

    1,922View on GitHub↗

    Prisma Client Rust is an object-relational mapping tool and database query builder designed for Rust applications. It functions by reading database schema definitions during the build process to generate strongly typed client code, ensuring that data structures are validated at compile time to prevent runtime errors. The project distinguishes itself through its use of compile-time schema introspection and a trait-based query builder, which together enforce type safety across all database interactions. By mapping raw database rows directly into native Rust structures, it provides a consistent

    Rustprismaprisma-clientprisma-client-rust
    View on GitHub↗1,922
See all 30 alternatives to Prisma Client Js→

Frequently asked questions

What does prisma/prisma-client-js do?

Prisma Client is a database client for Node.js and TypeScript applications that provides a type-safe interface for interacting with relational databases. It functions as an object-relational mapper that translates declarative schema definitions into strongly typed query interfaces, ensuring that database operations align with the underlying data structure.

What are the main features of prisma/prisma-client-js?

The main features of prisma/prisma-client-js are: Node.js Database Integration, Database ORMs, Type-Safe Database Clients, Type-Safe Query Builders, Compile-Time Schema Integrations, Database Agnostic Generators, Fluent Query Builders, Query Engine Binaries.

What are some open-source alternatives to prisma/prisma-client-js?

Open-source alternatives to prisma/prisma-client-js include: ent/ent — Ent is a statically typed entity framework for Go that models database structures as a graph of nodes and edges. It… aarondl/sqlboiler — sqlboiler is a database-first ORM generator for Go that analyzes an existing database schema to produce strongly typed… kysely-org/kysely — Kysely is a TypeScript SQL query builder that provides a type-safe interface for constructing and executing database… brendonovich/prisma-client-rust — Prisma Client Rust is an object-relational mapping tool and database query builder designed for Rust applications. It… simolus3/drift — Drift is a type-safe SQL persistence library and relational mapper that provides a structured way to map database… alibaba/alisql — AliSQL is a fork of MySQL by Alibaba that extends the relational database management system with enhancements for high…

Curated searches featuring Prisma Client Js

Hand-picked collections where Prisma Client Js appears.
  • Node.js / TypeScript ORM
  • Type-Safe TypeScript ORM Libraries