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
·

2 repositorios

Awesome GitHub RepositoriesQuery Language Extensions

Capabilities to extend a high-level query language with custom functions and syntax tree walkers.

Distinct from Query Logic Encapsulation: Candidates focus on logic composition or API retrieval, not the extensibility of an object-oriented query language

Explore 2 awesome GitHub repositories matching data & databases · Query Language Extensions. Refine with filters or upvote what's useful.

Awesome Query Language Extensions GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • doctrine/ormAvatar de doctrine

    doctrine/orm

    10,172Ver en GitHub↗

    Doctrine ORM is a PHP object-relational mapper that connects application objects to relational database tables. It uses the data mapper and identity map patterns to decouple the in-memory object model from the database schema, allowing developers to manage data persistence without writing manual SQL. The project features a dedicated object-oriented query language and programmatic builder for retrieving data based on entities rather than tables. It implements a unit-of-work system to track object changes during a request and synchronize them via atomic transactions. The capability surface inc

    Allows adding custom functions and walkers to the query language to support complex business logic.

    PHPhacktoberfest
    Ver en GitHub↗10,172
  • itchyny/gojqAvatar de itchyny

    itchyny/gojq

    3,770Ver en GitHub↗

    gojq is a JSON query engine and transformation tool implemented in Go. It serves as a Go language port of the jq command, providing a library for embedding JSON and YAML manipulation capabilities directly into Go applications. The tool functions as an arbitrary-precision JSON processor, performing mathematical operations on large integers to prevent precision loss or numeric overflow during data transformations. Its broader capabilities include filtering and reshaping structured data using a specialized query language, converting between YAML and JSON formats, and formatting date and time st

    Allows adding custom internal functions and external modules to increase the available operations within a query.

    Go
    Ver en GitHub↗3,770
  1. Home
  2. Data & Databases
  3. Query Language Extensions