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

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

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

2 مستودعات

Awesome GitHub RepositoriesType-Safe Schema Mappings

Mappings that ensure database schemas are synchronized with application-level type definitions.

Distinct from Database Schema Migrations: Combines schema versioning with type-safe object mapping, whereas database schema migrations focus only on the versioned update process.

Explore 2 awesome GitHub repositories matching data & databases · Type-Safe Schema Mappings. Refine with filters or upvote what's useful.

Awesome Type-Safe Schema Mappings GitHub Repositories

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

    vercel/next-forge

    7,106عرض على GitHub↗

    Next-forge is a production-ready project scaffold and full-stack web framework stack designed for building web applications. It provides a comprehensive set of starter modules and boilerplates specifically tailored for SaaS infrastructure, including a TypeScript project scaffold and a Next.js application starter. The project utilizes a Turborepo monorepo template to organize multiple applications and shared packages in a single codebase. This architecture enables shared logic isolation and the use of a component-based UI library to maintain consistent styling across different applications. T

    Implements schema-driven database mapping to ensure consistent data structures and automated migrations.

    TypeScriptbetterstackboilerplateclerk
    عرض على GitHub↗7,106
  • seaql/sea-queryالصورة الرمزية لـ SeaQL

    SeaQL/sea-query

    1,725عرض على GitHub↗

    Sea-query is a database abstraction library for Rust that provides a fluent builder pattern for constructing type-safe SQL queries. It functions as a framework for defining and managing database schemas and queries through code, allowing developers to generate syntactically valid statements for multiple database engines without relying on manual string concatenation. The library distinguishes itself by using an abstract syntax tree to model queries, which enables engine-agnostic transformations and compilation into specific SQL dialects. This architecture supports cross-database portability,

    Uses strongly-typed definitions to ensure consistent naming and reliable references during query construction.

    Rustdatabasehacktoberfestmariadb
    عرض على GitHub↗1,725
  1. Home
  2. Data & Databases
  3. Database Management Systems
  4. Database Systems & Management
  5. Database Management
  6. Database Schema Migrations
  7. Type-Safe Schema Mappings