3 Repos
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 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.
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.