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,683GitHub पर देखें↗

    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,489GitHub पर देखें↗

    Annotate Models is a productivity utility for Ruby on Rails that maps database columns, types, and application routes directly into model and configuration files as source code comments. It functions as a schema annotator that inserts database and routing information into model files to provide a quick reference for data structures during development. The tool synchronizes model comments with database migrations to ensure that data structure references remain current. It also includes a route map injector that writes the current application routing table into configuration files as readable c

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

    Rubyactiverecordrailsruby
    GitHub पर देखें↗4,489
  • dotnetcore/freesqldotnetcore का अवतार

    dotnetcore/FreeSql

    4,388GitHub पर देखें↗

    FreeSql is a .NET object-relational mapper and data access layer that translates object-oriented code into SQL for multiple relational database providers. It functions as a fluent SQL query builder and database schema synchronizer, allowing developers to align database table and index structures with entity class definitions. The framework is specifically optimized for .NET Native AOT to ensure reduced memory footprints and faster startup times. It includes a database traffic manager to distribute load through read-write splitting, dynamic table sharding, and tenant-based data isolation. Bro

    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.