awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesSQL-to-Language Generators

Tools that transform SQL statements into typed definitions and functions in a target programming language.

Distinct from SQL Generators: Focuses on generating application code from SQL, whereas SQL Generators typically generate SQL scripts from models

Explore 2 awesome GitHub repositories matching data & databases · SQL-to-Language Generators. Refine with filters or upvote what's useful.

Awesome SQL-to-Language Generators GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • kyleconroy/sqlckyleconroy 的头像

    kyleconroy/sqlc

    17,886在 GitHub 上查看↗

    sqlc is a SQL compiler and code generator that creates type-safe database client code from raw SQL queries. It transforms SQL statements into typed definitions and functions, eliminating the need for manual row mapping between database results and application structures. The tool ensures compile-time safety by validating SQL queries against the database schema before the application is run. This workflow integrates the database schema directly into the application code, deriving types from the underlying SQL definitions to prevent runtime errors. The system utilizes AST-based query analysis

    Transforms raw SQL statements into typed definitions and functions for various programming languages.

    Go
    在 GitHub 上查看↗17,886
  • chrisbanes/tivichrisbanes 的头像

    chrisbanes/tivi

    6,732在 GitHub 上查看↗

    Tivi is a cross-platform application for discovering and tracking television shows, built with Kotlin Multiplatform and Compose Multiplatform to share its user interface across Android, iOS, and desktop platforms. The app follows the Model-View-Intent (MVI) architecture pattern, where user actions are modelled as sealed class intents that reduce into a single immutable state object, ensuring predictable and unidirectional data flow managed through Kotlin coroutines and StateFlow. The application uses Hilt for compile-time dependency injection and SQLDelight for type-safe local data storage, c

    Generates type-safe Kotlin APIs from hand-written SQL statements using SQLDelight.

    Kotlinandroid-applicationjetpack-composekotlin
    在 GitHub 上查看↗6,732
  1. Home
  2. Data & Databases
  3. SQL-to-Language Generators