awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目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.

  1. Home
  2. Data & Databases
  3. Database Management Systems
  4. Database Systems & Management
  5. Database Management
  6. Database Schema Migrations

Awesome Type-Safe Schema Mappings GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • vercel/next-forgevercel 的头像

    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-querySeaQL 的头像

    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
Type-Safe Schema Mappings