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
·

1 repositorio

Awesome GitHub RepositoriesDynamic Table References

Ability to identify database tables at runtime using string identifiers.

Distinct from Virtual Table Querying: Focuses on runtime table resolution rather than virtualized table aggregation.

Explore 1 awesome GitHub repository matching data & databases · Dynamic Table References. Refine with filters or upvote what's useful.

Awesome Dynamic Table References GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • kysely-org/kyselyAvatar de kysely-org

    kysely-org/kysely

    13,969Ver en GitHub↗

    Kysely is a TypeScript SQL query builder that provides a type-safe interface for constructing and executing database queries. It functions as a database layer that ensures schema compliance and prevents runtime errors by using a fluent interface and a programmable way to build complex SQL statements. The project features a type-safe database layer capable of inferring return types and aliases from SQL selections and joins. It also includes a SQL migration manager to track and apply schema changes across different environments to keep database versions synchronized. The toolkit covers relatio

    Identifies database tables using names provided at runtime to select specific tables within a query.

    TypeScript
    Ver en GitHub↗13,969
  1. Home
  2. Data & Databases
  3. Virtual Table Querying
  4. Dynamic Table References