awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 रिपॉजिटरी

Awesome GitHub RepositoriesDatabase-to-Code Scaffolding

Generating language-specific data classes based on an existing database schema.

Distinct from Data Class Generators: Focuses on scaffolding classes from a database schema rather than generating boilerplate methods for existing classes.

Explore 2 awesome GitHub repositories matching data & databases · Database-to-Code Scaffolding. Refine with filters or upvote what's useful.

Awesome Database-to-Code Scaffolding GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • aarondl/sqlboileraarondl का अवतार

    aarondl/sqlboiler

    6,989GitHub पर देखें↗

    sqlboiler is a database-first ORM generator for Go that analyzes an existing database schema to produce strongly typed structures and query helpers. It functions as a schema-driven code generator, transforming database tables and relationships into executable Go source code. The project distinguishes itself through a type-safe query builder that uses chainable modifiers to construct SQL statements, eliminating the need for raw string concatenation. It utilizes customizable text templates to generate source code, allowing for the aliasing of schema entities and the creation of custom templates

    Generates language-specific data classes and helper methods based on an existing database schema.

    Godatabasegogolang
    GitHub पर देखें↗6,989
  • linq2db/linq2dblinq2db का अवतार

    linq2db/linq2db

    3,239GitHub पर देखें↗

    linq2db is a type-safe object-relational mapper that translates LINQ expressions into optimized SQL queries for multiple database providers. It functions as a database mapper that links classes to tables and includes a SQL query builder and a command-line schema tool for generating data classes from existing databases. The project provides high-performance bulk data processing for inserting and loading large volumes of records via batch or binary copy methods. It also supports advanced SQL operations, including window functions, common table expressions for recursive hierarchical querying, an

    Ships a command-line tool to automatically generate data classes from an existing database schema.

    C#accessbulk-insertsclickhouse
    GitHub पर देखें↗3,239
  1. Home
  2. Data & Databases
  3. Data Structure Definitions
  4. Data Class Generators
  5. Database-to-Code Scaffolding