Open-Awesome
CategoriesAlternativesStacksSelf-HostedExplore
Open-Awesome

© 2026 Open-Awesome. Curated for the developer elite.

TermsPrivacyAboutGitHubRSS
  1. Home
  2. Tags
  3. Query Builder

Query Builder

141 projects

Showing 36 of 141 projects

DB.js
DB.jsJavaScript

A wrapper for IndexedDB that provides a simpler, queryable API for client-side database operations.

#query-builder#data-persistence#promise-based
Stars823
Forks139
Last commit9 years ago
Reindexer
ReindexerC++

Embeddable, in-memory, document-oriented database with a high-level Query builder interface, designed for fast search with complex queries.

#document-oriented-database#query-builder#cpp-library
Stars806
Forks61
Last commit18 hours ago
rel
relGo

A modern, testable, and extendable ORM for Go with a clean API and support for multiple database adapters.

#hacktoberfest#query-builder#migration
Stars786
Forks59
Last commit23 days ago
Dommel
DommelC#

A lightweight extension for Dapper that simplifies CRUD operations by generating SQL queries from POCO entities.

#query-builder#crud#orm
Stars689
Forks107
Last commit1 month ago
ozzo-dbx
ozzo-dbxGo

A Go package that enhances database/sql with powerful data retrieval methods and DB-agnostic query building.

#database-driver#query-builder#crud
Stars670
Forks111
Last commit12 days ago
Jinq
JinqJava

LINQ-style query library for Java 8 that translates Java code into optimized database queries.

#query-builder#orm#linq
Stars662
Forks73
Last commit1 year ago
moebius
moebiusElixir

A functional query tool for Elixir and PostgreSQL that embraces SQL and avoids ORM abstractions.

#database-driver#query-builder#functional-programming
Stars609
Forks42
Last commit1 year ago
Aura.Sql
Aura.SqlPHP

A PHP library extending PDO with lazy connections, array quoting, fetch helpers, and a profiler.

#query-builder#database#aura
Stars565
Forks103
Last commit6 months ago
PrediKit
PrediKitSwift

A Swift NSPredicate DSL for iOS, macOS, tvOS, and watchOS that provides a type-safe, closure-based alternative to string-based predicates.

#query-builder#apple-platforms#ios
Stars534
Forks29
Last commit7 years ago
pinia-orm
pinia-ormTypeScript

An intuitive, type-safe, and flexible Object-Relational Mapping (ORM) plugin for Pinia state management.

#query-builder#orm#pinia-orm
Stars526
Forks44
Last commit4 days ago
Aura.SqlQuery
Aura.SqlQueryPHP

Independent query builders for MySQL, PostgreSQL, SQLite, and Microsoft SQL Server in PHP.

#query-builder#mssql#microsoft-sql-server
Stars456
Forks87
Last commit7 months ago
sqlingo
sqlingoGo

A lightweight SQL DSL and ORM for Go that generates code from your database and enables elegant SQL query writing.

#query-builder#orm#database
Stars456
Forks26
Last commit3 months ago
YaLinqo
YaLinqoPHP

A comprehensive PHP port of .NET LINQ to Objects for querying arrays and iterables with lazy evaluation.

#query-builder#functional-programming#arrays
Stars453
Forks40
Last commit9 months ago
Tables for Laravel
Tables for LaravelPHP

A DataTables-like table component for Inertia.js with Laravel Query Builder integration, providing search, filter, sort, and pagination.

#eloquent#query-builder#spatie
Stars444
Forks156
Last commit
PHP
PHPPHP

A PHP client library for reading from and writing to InfluxDB 1.x time series databases.

#database-driver#query-builder#php-client
Stars426
Forks126
Last commit3 years ago
composable query builder
composable query builderCommon Lisp

An SQL generator for Common Lisp that provides a composable, Lisp-native syntax for building SQL queries.

#query-builder#orm#database
Stars423
Forks37
Last commit7 months ago
dbq
dbqGo

A lightweight Go library that eliminates boilerplate code for MySQL and PostgreSQL database operations.

#query-builder#database#postgres
Stars416
Forks20
Last commit5 years ago
gotql
gotqlTypeScript

A Node.js GraphQL client that lets you write queries as JSON objects instead of strings.

#hacktoberfest#query-builder#server-side
Stars409
Forks20
Last commit1 year ago
LexikFormFilterBundle
LexikFormFilterBundlePHP

A Symfony bundle for building form filters that generate Doctrine queries from form submissions.

#query-builder#doctrine-orm#form-filters
Stars388
Forks118
Last commit2 years ago
mongodb_ecto
mongodb_ectoElixir

An Ecto adapter for MongoDB, enabling Elixir developers to use Ecto's query interface and schema definitions with MongoDB databases.

#query-builder#orm#database-adapter
Stars379
Forks127
Last commit2 months ago
crecto
crectoCrystal

A robust database wrapper and ORM for Crystal, inspired by Elixir's Ecto.

#query-builder#changesets#orm
Stars351
Forks44
Last commit4 months ago
TinyORM
TinyORMC++

A modern C++20 ORM library with a powerful query builder, support for multiple databases, migrations, and a Qt-compatible API.

#query-builder#seeder#qt
Stars351
Forks36
Last commit1 year ago
Laravel Search
Laravel SearchPHP

A Laravel package providing a unified API for full-text search across Elasticsearch, Algolia, and ZendSearch.

#search#query-builder#laravel
Stars351
Forks55
Last commit9 years ago
yii-mongodb
yii-mongodbPHP

A Yii 2 extension providing MongoDB integration with ActiveRecord, Query Builder, and migration support.

#database-driver#hacktoberfest#query-builder
Stars332
Forks190
Last commit21 days ago
sqrl
sqrlGo

A non-thread-safe, performance-optimized fluent SQL query builder for Go, forked from Squirrel.

#query-builder#database#fluent-interface
Stars285
Forks39
Last commit3 years ago
Arel
ArelRuby

A Ruby framework for composing complex SQL queries using relational algebra, serving as a foundation for building custom ORMs.

#query-builder#data-mapper#orm-framework
Stars271
Forks425
Last commit17 years ago
SqlHydra
SqlHydraF#

SqlHydra is a type-safe SQL generation and code generation suite for F# that creates strongly-typed queries from your database schema.

#typeprovider#query-builder#orm
Stars263
Forks32
Last commit1 month ago
atlas
atlasElixir

An Object Relational Mapper for Elixir with a Postgres adapter, validations, and a composable query builder.

#query-builder#orm#database
Stars216
Forks18
Last commit11 years ago
GQLi
GQLiRuby

A Ruby DSL for building and executing GraphQL queries with a human-friendly syntax.

#query-builder#dsl#ruby-gem
Stars210
Forks20
Last commit3 years ago
filtrex
filtrexElixir

An Elixir library for building and validating complex database query filters from client parameters, with Ecto integration.

#parsing#query-builder#database-filters
Stars201
Forks28
Last commit4 months ago
sq
sqGo

A code-generated, type-safe SQL query builder and struct mapper for Go that eliminates magic strings and boilerplate.

#query-builder#data-mapper#database
Stars201
Forks11
Last commit3 years ago
bqb
bqbGo

A lightweight Go query builder for SQLite, PostgreSQL, MySQL, and others with simple syntax and automatic parameter handling.

#query-builder#database#parameterized-queries
Stars194
Forks12
Last commit1 year ago
buildsqlx
buildsqlxGo

A Go query builder library for PostgreSQL with a fluent API and comprehensive SQL feature support.

#query-builder#database#schema-migration
Stars187
Forks17
Last commit1 month ago
avram
avramCrystal

A Crystal ORM for PostgreSQL, built for the Lucky Framework and inspired by Ecto and ActiveRecord.

#hacktoberfest#query-builder#orm
Stars181
Forks67
Last commit2 months ago
inquisitor
inquisitorElixir

A composable query builder for Ecto that enables flexible and secure filtering in Elixir applications.

#query-builder#database#elixir
Stars169
Forks13
Last commit6 years ago
orm
ormGo

A lightweight, fast, customizable, and type-safe object-relational mapper for Go, leveraging generics and reflection.

#query-builder#orm#database
Stars163
Forks6
Last commit1 month ago
PreviousPage 2 of 4

Related Tags

Community-curated · Updated weekly · 100% open source

Found a gem we're missing?

Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.

Submit a projectStar on GitHub
2 years ago
Next
#Database67
#Orm47
#Postgresql42
#Sql40
#Mysql35
#Type Safe25
#Go24
#Sqlite21
#Php20
#Orm Alternative19
#Typescript17
#Golang16