awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

مكتبات ORM لقواعد بيانات SQL تدعم TypeScript أولاً

تم تحديث الترتيب في 30 يونيو 2026

For مكتبة ORM تعتمد على TypeScript لقواعد بيانات 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.

مكتبات تعيين كائني علائقي (ORM) آمنة من حيث الأنواع (Type-safe) مصممة خصيصاً لتطبيقات TypeScript التي تتعامل مع قواعد بيانات SQL.

مكتبات ORM لقواعد بيانات SQL تدعم TypeScript أولاً

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • sequelize/sequelizeالصورة الرمزية لـ sequelize

    sequelize/sequelize

    30,349عرض على 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
    عرض على GitHub↗30,349
  • prisma/prismaالصورة الرمزية لـ prisma

    prisma/prisma

    46,366عرض على 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
    عرض على GitHub↗46,366
  • mikro-orm/mikro-ormالصورة الرمزية لـ mikro-orm

    mikro-orm/mikro-orm

    9,085عرض على 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
    عرض على GitHub↗9,085
  • typeorm/typeormالصورة الرمزية لـ typeorm

    typeorm/typeorm

    36,540عرض على 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
    عرض على GitHub↗36,540
  • drizzle-team/drizzle-ormالصورة الرمزية لـ drizzle-team

    drizzle-team/drizzle-orm

    34,835عرض على 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
    عرض على GitHub↗34,835

Related searches

  • ORM آمن للأنواع (type-safe) لتطبيقات TypeScript
  • مكتبة ORM آمنة الأنواع (Type-safe) للغة 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#
  • مكتبة ORM ومنشئ استعلامات في Go
  • طبقة قاعدة بيانات للغة Kotlin