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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

ORM SQL orientés TypeScript

Classement mis à jour le 30 juin 2026

For un ORM orienté TypeScript pour les bases de données SQL, the strongest matches are sequelize/sequelize (Sequelize is a TypeScript ORM library that maps database), prisma/prisma (Prisma is a TypeScript-native ORM that generates type-safe clients) and mikro-orm/mikro-orm (Mikro-ORM is a TypeScript-native ORM that provides a type-safe). typeorm/typeorm and drizzle-team/drizzle-orm round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Bibliothèques d'ORM typées conçues spécifiquement pour les applications TypeScript interagissant avec des bases de données SQL.

ORM SQL orientés TypeScript

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • sequelize/sequelizeAvatar de sequelize

    sequelize/sequelize

    30,349Voir sur GitHub↗

    Sequelize is an object-relational mapping library that provides a unified interface for managing relational data through code. By implementing the Active Record pattern, it maps database tables to application objects, allowing developers to perform standard create, read, update, and delete operations using high-level method calls. The library abstracts complex database interactions by translating these calls into optimized, engine-specific SQL statements, ensuring consistent behavior across different database systems. The project distinguishes itself through a comprehensive suite of tools for

    Sequelize is a TypeScript ORM library that maps database tables to objects, supporting multiple SQL backends, schema migrations, transactions, and connection pooling, making it a comprehensive and flagship choice for your search.

    TypeScriptConnection PoolsDatabase TransactionsSchema Migrations
    Voir sur GitHub↗30,349
  • prisma/prismaAvatar de prisma

    prisma/prisma

    46,366Voir sur GitHub↗

    Prisma is a database toolkit that provides a unified access layer for interacting with relational and document databases. It centers on a declarative schema modeling approach, where developers define their data structures in a human-readable language. This schema serves as the single source of truth, from which the toolkit automatically generates type-safe database clients that provide compile-time validation and editor autocomplete for all data operations. The project distinguishes itself through a high-performance, Rust-based query engine that handles query planning and connection pooling o

    Prisma is a TypeScript-native ORM that generates type-safe clients from a declarative schema, supports multiple SQL databases, includes schema migrations, transactions, and connection pooling – exactly what the visitor needs.

    TypeScriptType-Safe Query BuildersSchema Migration Tools
    Voir sur GitHub↗46,366
  • mikro-orm/mikro-ormAvatar de mikro-orm

    mikro-orm/mikro-orm

    9,085Voir sur GitHub↗

    Mikro-ORM is a TypeScript-based object-relational mapping system that provides a unified persistence layer for Node.js applications. It translates TypeScript entities into relational or document-based database schemas, supporting a variety of engines including PostgreSQL, MySQL, MariaDB, MS SQL Server, SQLite, and MongoDB. The project implements the data mapper pattern to decouple in-memory domain models from the database persistence layer. It utilizes a unit of work pattern to track entity changes in memory and commit them in a single coordinated database transaction. The library covers com

    Mikro-ORM is a TypeScript-native ORM that provides a type-safe query builder, supports multiple SQL databases, includes schema migrations, transactions via its unit of work pattern, and connection pooling, matching all the required features.

    TypeScriptDatabase Schema MigrationsSchema MigrationsType-Safe Query Builders
    Voir sur GitHub↗9,085
  • typeorm/typeormAvatar de typeorm

    typeorm/typeorm

    36,540Voir sur GitHub↗

    TypeORM is an object-relational mapper for TypeScript and JavaScript that bridges the gap between object-oriented application code and relational database tables. It provides a comprehensive data persistence layer that allows developers to define database entities using class decorators or configuration objects, enabling seamless interaction with data through object-oriented patterns. The project distinguishes itself through a flexible architecture that supports both the data mapper and repository patterns, alongside a fluent query builder that translates high-level method calls into platform

    TypeORM is a TypeScript-native ORM that provides a type-safe query builder, supports multiple SQL databases (MySQL, PostgreSQL, SQLite, etc.), includes a full schema migration system, and handles transactions — covering all the requested features for a modern, strongly-typed developer experience.

    TypeScriptDatabase Abstraction LayersDatabase Transaction ManagementTransaction Managers
    Voir sur GitHub↗36,540
  • drizzle-team/drizzle-ormAvatar de drizzle-team

    drizzle-team/drizzle-orm

    34,835Voir sur GitHub↗

    Drizzle ORM is a TypeScript-native database toolkit providing type-safe SQL query building, schema management, and automated migrations across PostgreSQL, MySQL, SQLite, and SingleStore.

    Drizzle ORM is a TypeScript-native ORM with a type-safe query builder, automated schema migrations, and support for multiple SQL backends (PostgreSQL, MySQL, SQLite, SingleStore), directly matching your search for a modern, strongly-typed database toolkit.

    TypeScriptType-Safe Query BuildersDatabase Migrations
    Voir sur GitHub↗34,835

Related searches

  • un ORM typé pour les applications TypeScript
  • un ORM typé pour Python
  • an object relational mapping library for Kotlin
  • an object relational mapping library for Dart
  • an object relational mapper for Rust
  • an object relational mapper for C#
  • un ORM et query builder pour Go
  • une couche d'accès aux données pour Kotlin