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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesDeclarative Schema Languages

High-level languages used to define database structures and relationships declaratively.

Distinct from TypeScript Database Modeling: Focuses on the declarative language/file used for modeling rather than just the TypeScript implementation

Explore 2 awesome GitHub repositories matching data & databases · Declarative Schema Languages. Refine with filters or upvote what's useful.

Awesome Declarative Schema Languages GitHub Repositories

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

    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

    Uses a high-level declarative language to design database structures and relationships.

    Scala
    在 GitHub 上查看↗16,393
  • prisma/prisma-client-jsprisma 的头像

    prisma/prisma-client-js

    1,465在 GitHub 上查看↗

    Prisma Client is a database client for Node.js and TypeScript applications that provides a type-safe interface for interacting with relational databases. It functions as an object-relational mapper that translates declarative schema definitions into strongly typed query interfaces, ensuring that database operations align with the underlying data structure. The library distinguishes itself by generating type definitions directly from a schema model, which enables static analysis and IDE autocompletion during development. By abstracting database interactions into a unified query language, it st

    Uses a declarative schema language to define database structures and automatically generate application interfaces.

    TypeScript
    在 GitHub 上查看↗1,465
  1. Home
  2. Data & Databases
  3. TypeScript Database Modeling
  4. Declarative Schema Languages