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
·

13 repositorios

Awesome GitHub RepositoriesQuery Operators

Logical, comparison, and spatial operators for precise document matching and data retrieval.

Distinguishing note: Focuses on the syntax and logic of query conditions rather than the execution layer or field projection.

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

Awesome Query Operators GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • payloadcms/payloadAvatar de payloadcms

    payloadcms/payload

    43,053Ver en GitHub↗

    Payload is a headless content management system and application framework that uses a code-first approach to define data schemas and administrative interfaces. By utilizing a centralized, type-safe configuration object, it automatically generates database schemas, API endpoints, and a fully customizable admin panel. The system is built on a database-agnostic architecture, allowing it to interface with various storage engines while providing a unified, type-safe API for server-side operations, REST, and GraphQL. What distinguishes Payload is its deep extensibility and developer-centric design.

    Filters documents using comparison, logical, and spatial operators to precisely match data.

    TypeScriptcmscontent-managementcontent-management-system
    Ver en GitHub↗43,053
  • sqlitebrowser/sqlitebrowserAvatar de sqlitebrowser

    sqlitebrowser/sqlitebrowser

    23,649Ver en GitHub↗

    This application is a desktop utility for managing, editing, and visualizing local database files. It provides a graphical interface for executing SQL queries, designing database structures, and performing routine maintenance tasks on data stores. The software distinguishes itself through its support for encrypted database files, allowing users to manage password-protected data using modular cryptographic extensions. It also offers built-in tools for data analysis, enabling the generation of graphical charts and plots directly from query results to identify trends within datasets. Beyond its

    Provides advanced search operators for precise data retrieval and numerical interval filtering.

    C++c-plus-pluscross-platformdatabase
    Ver en GitHub↗23,649
  • pubkey/rxdbAvatar de pubkey

    pubkey/rxdb

    23,048Ver en GitHub↗

    This project is a reactive, offline-first NoSQL database engine designed for JavaScript applications. It provides a robust framework for managing application state by synchronizing data across browsers, mobile devices, and server-side runtimes. By treating local storage as the primary source of truth, it enables applications to remain functional without network connectivity, automatically reconciling changes with remote backends once a connection is restored. The database distinguishes itself through a modular architecture that supports cross-environment synchronization and high-performance d

    Supports advanced data retrieval and filtering operations, including regex and logical operators, on top of key-value storage backends.

    TypeScriptangularbrowser-databasecouchdb
    Ver en GitHub↗23,048
  • pgvector/pgvectorAvatar de pgvector

    pgvector/pgvector

    21,787Ver en GitHub↗

    Vector similarity search extension for PostgreSQL.

    Exposes vector similarity metrics as standard database operators for seamless integration with SQL syntax.

    Cpostgresvector-searchembeddings
    Ver en GitHub↗21,787
  • felixge/node-mysqlAvatar de felixge

    felixge/node-mysql

    18,621Ver en GitHub↗

    This project is a pure JavaScript database driver for Node.js that implements the native MySQL binary protocol. It serves as a comprehensive connector for managing persistent network links to MySQL servers, enabling applications to execute queries, manage transactions, and handle complex data operations without requiring external middleware. The driver distinguishes itself through its integrated support for connection pooling and distributed database routing. It maintains managed sets of reusable network sockets to optimize resource usage under high request volumes, while simultaneously provi

    Enables custom logic for parsing and replacing query placeholders to support alternative syntax or application-specific formatting requirements.

    JavaScript
    Ver en GitHub↗18,621
  • quarkusio/quarkusAvatar de quarkusio

    quarkusio/quarkus

    15,479Ver en GitHub↗

    Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications. It utilizes ahead-of-time native compilation to transform Java code into standalone, optimized binaries that eliminate the need for a virtual machine, enabling rapid startup and reduced memory consumption. By performing code augmentation during the build phase, it shifts heavy processing tasks away from runtime, ensuring that applications are optimized for cloud-native environments. The framework distinguishes itself through a unified approach to reactive and imperative program

    Derives database queries from method names or annotations to perform complex data retrieval.

    Javacloud-nativehacktoberfestjava
    Ver en GitHub↗15,479
  • orbitdb/orbitdbAvatar de orbitdb

    orbitdb/orbitdb

    8,737Ver en GitHub↗

    OrbitDB is a decentralized data storage system that enables the creation of serverless databases residing across a network of peers. It functions as a peer-to-peer database that integrates with a content-addressed storage layer to distribute and replicate data without a central server. The system utilizes conflict-free replicated data types to ensure eventual consistency and state convergence across distributed nodes. It maintains an immutable record of updates using a directed acyclic graph to preserve causal ordering and cryptographic integrity. Access is managed through a decentralized ide

    Retrieves entries from the update log using filters for quantity and relative position.

    JavaScriptcrdtdatabasedecentralized
    Ver en GitHub↗8,737
  • mongodb/laravel-mongodbAvatar de mongodb

    mongodb/laravel-mongodb

    7,075Ver en GitHub↗

    This project is a MongoDB database driver and object-relational mapper that brings MongoDB support to the Laravel Eloquent model and query builder. It provides a NoSQL model mapper that allows MongoDB collections to be mapped to object-oriented models using the Active Record pattern. The integration enables the use of a fluent query builder for constructing queries and aggregation pipelines without writing raw database syntax. It supports schema-less model integration, allowing applications to manage unstructured data while maintaining compatibility with standard object-oriented patterns. Th

    Exposes specialized MongoDB operators for precise document matching based on existence, size, and regular expressions.

    PHP
    Ver en GitHub↗7,075
  • springside/springside4Avatar de springside

    springside/springside4

    5,652Ver en GitHub↗

    SpringSide 4 is an enterprise Java reference architecture and utility library built on the Spring Framework. It provides a pragmatic, best-practice application stack for building RESTful web services, web applications, and data access layers, along with a curated collection of high-performance utility classes for common operations like text, date, collection, reflection, concurrency, and I/O handling. The project distinguishes itself by combining a complete reference application scaffold with production-oriented infrastructure. It includes a JPA-based data access layer that automatically tran

    Repository methods annotated with custom JPQL or SQL queries for complex data operations.

    Java
    Ver en GitHub↗5,652
  • jeremyevans/sequelAvatar de jeremyevans

    jeremyevans/sequel

    5,076Ver en GitHub↗

    Sequel is a relational database toolkit for Ruby that provides object-relational mapping, a fluent SQL query builder, and schema migration capabilities. It maps database tables to Ruby classes with support for associations, validations, lifecycle hooks, and eager loading, offering a comprehensive ORM layer for building data-centric applications. Sequel distinguishes itself through a plugin-based extension architecture that allows composable customization of models, databases, and datasets without relying on deep inheritance hierarchies. It includes a thread-safe connection pool with support f

    Enriches dataset objects with reusable query methods for column selection, pagination, and date arithmetic.

    Ruby
    Ver en GitHub↗5,076
  • spatie/laravel-query-builderAvatar de spatie

    spatie/laravel-query-builder

    4,453Ver en GitHub↗

    Este proyecto es un wrapper de constructor de consultas Eloquent y analizador de consultas REST API para aplicaciones Laravel. Traduce parámetros de solicitudes HTTP en consultas de base de datos para proporcionar filtrado dinámico, ordenamiento y carga de relaciones para endpoints de API. El sistema desacopla la interfaz de API externa de la capa de almacenamiento a través de una abstracción de esquema basada en alias, permitiendo que los nombres de campos públicos se mapeen a columnas privadas de la base de datos. Soporta la inclusión dinámica de relaciones anidadas y conteos agregados, así como la ejecución de lógica programática personalizada para filtros y ordenamiento mediante clases invocables y closures. La superficie de capacidades cubre la proyección de datos mediante la selección de campos y el ordenamiento de resultados basado en parámetros de solicitud. Además, proporciona mecanismos para el filtrado basado en relaciones usando notación de puntos, integración con scopes de modelos locales y control sobre la visibilidad de registros eliminados lógicamente (soft-deleted).

    Supports executing custom closures or classes to modify the query builder when specific relationships are requested.

    PHPapihacktoberfestlaravel
    Ver en GitHub↗4,453
  • kuzudb/kuzuAvatar de kuzudb

    kuzudb/kuzu

    3,965Ver en GitHub↗

    Kùzu is an embedded property graph database engine designed for high-performance analytical queries and local data management. It operates as a library within the host application process, utilizing a columnar-based storage architecture and just-in-time query compilation to execute complex graph traversals and pattern matching efficiently. By mapping database files directly into system memory, it ensures data durability and high-speed access while maintaining ACID-compliant transactional integrity. The engine distinguishes itself by integrating vector similarity search and full-text search di

    Simplifies data retrieval by allowing users to define reusable query macros.

    C++cypherdatabaseembeddable
    Ver en GitHub↗3,965
  • spring-projects/spring-data-elasticsearchAvatar de spring-projects

    spring-projects/spring-data-elasticsearch

    2,959Ver en GitHub↗

    Spring Data Elasticsearch is a data access library that maps Java objects to Elasticsearch indices. It functions as an object mapper, a repository abstraction, and a query DSL wrapper, providing both a standard and a reactive client for executing asynchronous search and persistence operations. The project distinguishes itself by automating data access through repository interfaces, which generate query logic based on method naming conventions. It enables the construction of complex search queries using a domain-specific language and supports advanced search capabilities such as vector similar

    Allows overriding automatic query generation with custom declared queries to fine-tune search logic.

    Java
    Ver en GitHub↗2,959
  1. Home
  2. Data & Databases
  3. Query Operators

Explorar subetiquetas

  • Custom Query Definitions2 sub-etiquetasDeriving database queries from method names or annotations. **Distinct from Query Operators:** Focuses on the definition of custom query logic rather than the syntax of query operators.
  • Operation History QueryingQuerying capabilities for retrieving a sequence of historical updates based on hashes and positions. **Distinct from Query Operators:** Specifically targets the retrieval of update log history rather than general document matching operators