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

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

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

3 个仓库

Awesome GitHub RepositoriesDatabase Comment Mappings

Mapping of database-level comments into source code documentation or annotations.

Distinct from Code Commenting: Specifically maps external database metadata to code comments, not general inline commenting.

Explore 3 awesome GitHub repositories matching programming languages & runtimes · Database Comment Mappings. Refine with filters or upvote what's useful.

Awesome Database Comment Mappings GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • zouzg/mybatis-generator-guizouzg 的头像

    zouzg/mybatis-generator-gui

    6,683在 GitHub 上查看↗

    This project is a Java persistence generator and database mapping tool designed to produce boilerplate persistence layer code. It translates database schemas and column comments into structured Java annotations and mapping files, replacing the need for manual configuration writing. The tool provides a visual interface for generating code and manages secure database access through SSH tunneling. It allows users to connect to private databases via encrypted tunnels to safely extract schemas without exposing the database to the public internet. The system includes capabilities for database sche

    Converts database column comments into code annotations to improve the clarity of field documentation.

    Java
    在 GitHub 上查看↗6,683
  • ctran/annotate_modelsctran 的头像

    ctran/annotate_models

    4,489在 GitHub 上查看↗

    Annotate Models 是一个 Ruby on Rails 的生产力实用工具,将数据库列、类型和应用程序路由直接映射到模型和配置文件中作为源代码注释。它作为一个模式注释器,将数据库和路由信息插入到模型文件中,以便在开发过程中快速参考数据结构。 该工具将模型注释与数据库迁移同步,以确保数据结构引用保持最新。它还包括一个路由映射注入器,将当前的应用程序路由表作为可读注释写入配置文件。 该系统涵盖了用于数据库模式文档和 Rails 路由导航的自动化代码注释。它提供了在模型、测试和工厂文件中插入、更新和删除这些模式及路由摘要的功能。

    Maps database schema metadata directly into Rails model source code as reference comments.

    Rubyactiverecordrailsruby
    在 GitHub 上查看↗4,489
  • dotnetcore/freesqldotnetcore 的头像

    dotnetcore/FreeSql

    4,388在 GitHub 上查看↗

    FreeSql 是一个 .NET 对象关系映射器(ORM)和数据访问层,可将面向对象的代码转换为适用于多种关系型数据库提供程序的 SQL。它作为一个流畅的 SQL 查询构建器和数据库架构同步器,允许开发者将数据库表和索引结构与实体类定义保持一致。 该框架专门针对 .NET Native AOT 进行了优化,以确保更小的内存占用和更快的启动时间。它包含一个数据库流量管理器,通过读写分离、动态分表和基于租户的数据隔离来分配负载。 其广泛的功能包括使用特定于提供程序的批量复制机制实现高性能数据摄入,利用窗口函数和递归 CTE 进行高级查询,以及基于 AOP 的数据变更审计监控。该系统还提供用于自动迁移的架构管理工具,以及用于从数据库元数据生成实体类的开发实用程序。

    Automatically transfers source code comments and description attributes into database column remarks.

    C#accessclickhousecodefirst
    在 GitHub 上查看↗4,388
  1. Home
  2. Programming Languages & Runtimes
  3. Code Commenting
  4. Database Comment Mappings

探索子标签

  • Code-to-Schema Comment MigrationAutomatic transfer of source code comments into database metadata remarks. **Distinct from Database Comment Mappings:** Specifically targets the migration of comments from code to database schema, rather than mapping database comments back to code.