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

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

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

مولدات أنواع مخططات SQL

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

For توليد كود بنوع بيانات محدد (Typed code) من SQL, the strongest matches are kyleconroy/sqlc (sqlc is a SQL compiler that generates type-safe client), sqlc-dev/sqlc (sqlc is a schema-driven code generator that produces type-safe) and prisma/prisma (Prisma is a database toolkit that generates type-safe TypeScript). prismagraphql/prisma and prisma/prisma1 round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

أدوات تنشئ تلقائياً كوداً وواجهات آمنة من حيث النوع مباشرة من تعريفات مخطط قاعدة البيانات الحالية لديك.

مولدات أنواع مخططات SQL

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

    kyleconroy/sqlc

    17,886عرض على GitHub↗

    sqlc is a SQL compiler and code generator that creates type-safe database client code from raw SQL queries. It transforms SQL statements into typed definitions and functions, eliminating the need for manual row mapping between database results and application structures. The tool ensures compile-time safety by validating SQL queries against the database schema before the application is run. This workflow integrates the database schema directly into the application code, deriving types from the underlying SQL definitions to prevent runtime errors. The system utilizes AST-based query analysis

    sqlc is a SQL compiler that generates type-safe client code (including TypeScript) from your SQL schema and queries, with support for multiple databases and custom type mappings, making it a strong fit for compile-time safe database interactions.

    GoType-Safe Client GeneratorsType-Safe Database ClientsType-Safe
    عرض على GitHub↗17,886
  • sqlc-dev/sqlcالصورة الرمزية لـ sqlc-dev

    sqlc-dev/sqlc

    17,882عرض على GitHub↗

    sqlc is a code generation tool that compiles raw SQL queries into type-safe application code. By analyzing SQL statements against database schema definitions during the build process, it eliminates the need for manual data mapping and prevents runtime type errors. The project functions as a schema-aware generator that translates database column types into native language primitives. It distinguishes itself through a modular, plugin-based architecture that allows for the extension of the generation pipeline to support diverse programming languages and custom frameworks beyond its default capab

    sqlc is a schema-driven code generator that produces type-safe client code from SQL queries and schema definitions, which directly matches the core intent; however, its default language support does not include TypeScript (it covers Go, Python, Kotlin, etc.), so it may require additional plugin configuration to generate TypeScript types, placing it as a solid match rather than the most comprehensive answer for this specific need.

    GoType Mapping UtilitiesType-Safe Client GeneratorsType-Safe Database Clients
    عرض على GitHub↗17,882
  • 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 database toolkit that generates type-safe TypeScript clients from a declarative schema, providing multi-database support, introspection, and custom type mapping — exactly what this search asks for.

    TypeScriptType-Safe Client GeneratorsType-Safe Database Clients
    عرض على GitHub↗46,366
  • prismagraphql/prismaالصورة الرمزية لـ prismagraphql

    prismagraphql/prisma

    16,393عرض على GitHub↗

    Prisma is a type-safe database object-relational mapper that uses a declarative schema to map data models to relational and document databases. It provides a unified toolkit for data access, combining a database driver with tools for schema management and record manipulation. The project features a multi-database driver that standardizes interactions across PostgreSQL, MySQL, and MongoDB. It includes a system for tracking and applying structural schema migrations across different environments and a graphical user interface for browsing and editing database records. The system ensures data in

    Prisma is a type-safe database ORM that generates TypeScript types from your database schema (supporting both introspection from an existing SQL database and explicit schema definitions), covering all the requested features like multi-database support, DB introspection, and custom type mapping.

    ScalaType-Safe Client GeneratorsType-Safe Database Clients
    عرض على GitHub↗16,393
  • prisma/prisma1الصورة الرمزية لـ prisma

    prisma/prisma1

    16,393عرض على GitHub↗

    Prisma1 is a TypeScript object-relational mapper and type-safe database client designed for interacting with relational databases. It functions as a system for declarative schema modeling, where database structures are defined in a single schema file that automatically synchronizes with the underlying database. The project provides a type-safe query builder that generates a custom client to ensure database queries match defined schema types at compile time. It also includes a database GUI administrator, providing a visual web interface for browsing, editing, and managing relational database r

    Prisma1 generates a type-safe TypeScript client from a declarative schema or an existing database, with introspection, multi-database support, and custom type mapping, making it a comprehensive fit for your goal of automating type-safe database code.

    ScalaType-Safe Client Generators
    عرض على GitHub↗16,393
  • jooq/jooqالصورة الرمزية لـ jOOQ

    jOOQ/jOOQ

    6,666عرض على GitHub↗

    jOOQ is a type-safe SQL query builder for Java that generates code from live database schemas, enabling compile-time validation of SQL syntax and data types. Its core identity is built around a fluent DSL that mirrors SQL structure, a code generator that maps tables, views, and routines to Java objects, and a multi-dialect engine that translates the same DSL into vendor-specific SQL for over 30 databases. The project also includes a SQL parser and transformer for refactoring or dialect conversion, reactive stream integration for non-blocking query execution, and a JDBC proxy diagnostics tool f

    jOOQ is a type-safe SQL query builder that generates compile-time-checked Java code from live database schemas, making it the right kind of tool for safe database interactions; however it produces Java classes rather than TypeScript types, so it covers the core capability but misses your specific language target.

    JavaType-Safe Client GeneratorsCustom Type ConvertersType-Safe
    عرض على GitHub↗6,666
  • aarondl/sqlboilerالصورة الرمزية لـ aarondl

    aarondl/sqlboiler

    6,989عرض على 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

    Sqlboiler automatically generates type-safe Go code from your existing database schema through introspection—it matches the core idea of a schema-driven code generator, but you explicitly asked for TypeScript types instead of Go, so it delivers the right approach for a different target language.

    GoType-Safe Database Clients
    عرض على GitHub↗6,989

Related searches

  • التحقق من استعلامات SQL للغة Rust
  • مكتبة ORM تعتمد على TypeScript لقواعد بيانات SQL
  • ORM آمن للأنواع (type-safe) لتطبيقات TypeScript
  • مكتبة ORM آمنة الأنواع (Type-safe) للغة Python
  • أداة مؤتمتة لإنشاء واجهات برمجة تطبيقات لقواعد البيانات
  • طبقة قاعدة بيانات للغة Kotlin
  • أداة تعريفية لمخطط قاعدة البيانات
  • عميل مكتبي لقواعد بيانات SQL