awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
prisma avatar

prisma/prisma-client-jsArchived

0
View on GitHub↗
1,465 स्टार्स·63 फोर्क्स·TypeScript·Apache-2.0·3 व्यूज़

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.

स्टार हिस्ट्री

prisma/prisma-client-js के लिए स्टार हिस्ट्री चार्टprisma/prisma-client-js के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Prisma Client Js को शामिल करने वाली क्यूरेटेड खोजें

चुनिंदा कलेक्शन जहाँ Prisma Client Js दिखाई देता है।
  • Node.js / TypeScript ORM
  • टाइप-सेफ TypeScript ORM लाइब्रेरीज़

Prisma Client Js के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Prisma Client Js के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • ent/entent का अवतार

    ent/ent

    17,110GitHub पर देखें↗

    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
    GitHub पर देखें↗17,110
  • aarondl/sqlboileraarondl का अवतार

    aarondl/sqlboiler

    6,989GitHub पर देखें↗

    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
    GitHub पर देखें↗6,989
  • kysely-org/kyselykysely-org का अवतार

    kysely-org/kysely

    13,969GitHub पर देखें↗

    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
    GitHub पर देखें↗13,969
  • brendonovich/prisma-client-rustBrendonovich का अवतार

    Brendonovich/prisma-client-rust

    1,922GitHub पर देखें↗

    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
    GitHub पर देखें↗1,922
Prisma Client Js के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

prisma/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.

prisma/prisma-client-js की मुख्य विशेषताएं क्या हैं?

prisma/prisma-client-js की मुख्य विशेषताएं हैं: 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।

prisma/prisma-client-js के कुछ ओपन-सोर्स विकल्प क्या हैं?

prisma/prisma-client-js के ओपन-सोर्स विकल्पों में शामिल हैं: 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…