awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repositorios

Awesome GitHub RepositoriesCustom SQL Function Registrars

Exposes database-specific functions to the query builder by defining signatures and argument conversion logic.

Distinct from SQL Function Namespaces: Distinct from SQL Function Namespaces: focuses on the registration and signature definition of functions rather than namespace organization.

Explore 5 awesome GitHub repositories matching development tools & productivity · Custom SQL Function Registrars. Refine with filters or upvote what's useful.

Awesome Custom SQL Function Registrars GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • hasura/graphql-engineAvatar de hasura

    hasura/graphql-engine

    32,064Ver en GitHub↗

    graphql-engine is an automated GraphQL API engine that transforms database tables and relationships into a queryable GraphQL schema. It functions as a federation gateway and mapper, instantly generating APIs with built-in filtering, pagination, and mutations from existing databases and remote schemas. The project distinguishes itself through a fine-grained access control layer that enforces row-level and field-level permissions. It further provides a real-time data subscription server that converts standard queries into live streams and a system for triggering event-driven webhooks and notifi

    Allows specifying custom names for tracked SQL functions to decouple the GraphQL API from database naming.

    TypeScriptaccess-controlapiautomatic-api
    Ver en GitHub↗32,064
  • diesel-rs/dieselAvatar de diesel-rs

    diesel-rs/diesel

    14,021Ver en GitHub↗

    This project is a type-safe database toolkit and object-relational mapper designed to enforce structural consistency between database schemas and application code. By leveraging compile-time validation, it ensures that SQL queries and data structures remain synchronized, preventing common errors before the application executes. It provides a comprehensive framework for relational data modeling, allowing developers to define table associations and map database results directly into strongly-typed language objects. The library distinguishes itself through its focus on compile-time safety and au

    Allows registration of custom SQL functions with defined signatures for use in queries.

    Rustmysqlormpostgresql
    Ver en GitHub↗14,021
  • sqlalchemy/sqlalchemyAvatar de sqlalchemy

    sqlalchemy/sqlalchemy

    11,612Ver en GitHub↗

    SQLAlchemy is a comprehensive Python SQL toolkit and object-relational mapper that provides a full suite of tools for interacting with relational databases. It serves as a foundational layer for database connectivity, offering both a high-level object-oriented interface for data persistence and a programmatic SQL expression language for constructing complex, dialect-agnostic queries. The project distinguishes itself through its sophisticated unit of work persistence, which coordinates atomic transactions and tracks object state changes to minimize redundant database operations. It provides a

    Provides a registration interface for custom or vendor-specific SQL functions to ensure consistent usage within the query builder.

    Pythonpythonsqlsqlalchemy
    Ver en GitHub↗11,612
  • linq2db/linq2dbAvatar de linq2db

    linq2db/linq2db

    3,239Ver en GitHub↗

    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

    Exposes database-specific functions to the query builder by defining signatures and argument conversion logic.

    C#accessbulk-insertsclickhouse
    Ver en GitHub↗3,239
  • simolus3/driftAvatar de simolus3

    simolus3/drift

    3,231Ver en GitHub↗

    Drift is a type-safe SQL persistence library and relational mapper that provides a structured way to map database tables to classes and execute SQL queries with build-time validation. It functions as a type-safe query builder and a wrapper for SQLite and PostgreSQL, eliminating manual result set parsing by binding query outputs to native objects. The project distinguishes itself through a build-time code generation system that produces type-safe APIs and validates raw SQL statements against database versions before execution. It features reactive query streaming, which transforms SQL queries

    Initializes the database instance via a custom worker to add specialized executable SQL functions.

    Dartdartdart-build-systemflutter
    Ver en GitHub↗3,231
  1. Home
  2. Development Tools & Productivity
  3. Custom Task Functions
  4. SQL Function Namespaces
  5. Custom SQL Function Registrars