3 个仓库
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.
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.
Annotate Models 是一个 Ruby on Rails 的生产力实用工具,将数据库列、类型和应用程序路由直接映射到模型和配置文件中作为源代码注释。它作为一个模式注释器,将数据库和路由信息插入到模型文件中,以便在开发过程中快速参考数据结构。 该工具将模型注释与数据库迁移同步,以确保数据结构引用保持最新。它还包括一个路由映射注入器,将当前的应用程序路由表作为可读注释写入配置文件。 该系统涵盖了用于数据库模式文档和 Rails 路由导航的自动化代码注释。它提供了在模型、测试和工厂文件中插入、更新和删除这些模式及路由摘要的功能。
Maps database schema metadata directly into Rails model source code as reference comments.
FreeSql 是一个 .NET 对象关系映射器(ORM)和数据访问层,可将面向对象的代码转换为适用于多种关系型数据库提供程序的 SQL。它作为一个流畅的 SQL 查询构建器和数据库架构同步器,允许开发者将数据库表和索引结构与实体类定义保持一致。 该框架专门针对 .NET Native AOT 进行了优化,以确保更小的内存占用和更快的启动时间。它包含一个数据库流量管理器,通过读写分离、动态分表和基于租户的数据隔离来分配负载。 其广泛的功能包括使用特定于提供程序的批量复制机制实现高性能数据摄入,利用窗口函数和递归 CTE 进行高级查询,以及基于 AOP 的数据变更审计监控。该系统还提供用于自动迁移的架构管理工具,以及用于从数据库元数据生成实体类的开发实用程序。
Automatically transfers source code comments and description attributes into database column remarks.