awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesRaw SQL Update Operations

Executes raw SQL update statements using parameterized inputs for manual control.

Distinct from Raw SQL Execution: Specifically targets update operations via raw SQL rather than generic query execution.

Explore 1 awesome GitHub repository matching data & databases · Raw SQL Update Operations. Refine with filters or upvote what's useful.

Awesome Raw SQL Update Operations GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • dotnetcore/freesqlAvatar de dotnetcore

    dotnetcore/FreeSql

    4,388Voir sur GitHub↗

    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

    Runs raw SQL update statements with parameterized inputs for precise manual query control.

    C#accessclickhousecodefirst
    Voir sur GitHub↗4,388
  1. Home
  2. Data & Databases
  3. Data Access and Querying
  4. Data Access & Abstraction
  5. Raw SQL Execution
  6. Raw SQL Update Operations