awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • zouzg/mybatis-generator-guiAvatar von zouzg

    zouzg/mybatis-generator-gui

    6,683Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,683
  • ctran/annotate_modelsAvatar von ctran

    ctran/annotate_models

    4,489Auf GitHub ansehen↗

    Annotate Models ist ein Produktivitäts-Utility für Ruby on Rails, das Datenbankspalten, Typen und Anwendungsrouten direkt als Quellcode-Kommentare in Modell- und Konfigurationsdateien mappt. Es fungiert als Schema-Annotator, der Datenbank- und Routing-Informationen in Modelldateien einfügt, um während der Entwicklung eine schnelle Referenz für Datenstrukturen bereitzustellen. Das Tool synchronisiert Modellkommentare mit Datenbank-Migrationen, um sicherzustellen, dass Referenzen auf Datenstrukturen aktuell bleiben. Es enthält zudem einen Route-Map-Injector, der die aktuelle Routing-Tabelle der Anwendung als lesbare Kommentare in Konfigurationsdateien schreibt. Das System deckt die automatisierte Code-Annotation für die Dokumentation von Datenbankschemata und die Rails-Routen-Navigation ab. Es bietet Funktionen zum Einfügen, Aktualisieren und Entfernen dieser Schema- und Routenzusammenfassungen innerhalb von Modell-, Test- und Factory-Dateien.

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

    Rubyactiverecordrailsruby
    Auf GitHub ansehen↗4,489
  • dotnetcore/freesqlAvatar von dotnetcore

    dotnetcore/FreeSql

    4,388Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,388
  1. Home
  2. Programming Languages & Runtimes
  3. Code Commenting
  4. Database Comment Mappings

Unter-Tags erkunden

  • 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.