Libraries tagged by database queries
webfiori/database
35954 Downloads
Database abstraction layer of WebFiori framework.
volcanus/query-builder
3718 Downloads
SQL builder for volcanus-database
pecee/boolean-query-parser
25984 Downloads
Convert a boolean search query into a query that is compatible with a fulltext search.
mpyw/laravel-database-mock
18863 Downloads
Database Mocking Library which mocks PDO underlying Laravel Connection classes
bugloos/query-sorting-bundle
5252 Downloads
The query sorting bundle allows you to sort data from QueryBuilder and the Database. you can sort multiple columns at the same time and also you can sort relation fields with two-level deep and without any join in your query builder.
bugloos/query-filter-bundle
5259 Downloads
The query filter bundle allows you to filter data from QueryBuilder and the Database. you can filter multiple columns at the same time and also you can filter relation fields with two-level deep and without any join in your query builder.
selective/database
96247 Downloads
SQL query builder
laravel-freelancer-nl/aql-query-builder
1368 Downloads
PHP AQL Query Builder
hoa/database
10805 Downloads
The Hoa\Database library.
webo3/laravel-db-cache
1559 Downloads
Transparent database query caching for Laravel — zero code changes, smart invalidation, multi-driver.
nowo-tech/performance-bundle
2784 Downloads
Symfony bundle for tracking and analyzing route performance metrics. Records request time, database queries count, and query execution time for performance analysis.
solution10/sql
123963 Downloads
Completely standalone, expressive SQL query creator. No database or ORM needed.
lyonstahl/soql-builder
18211 Downloads
SOQL builder that simplifies the process of constructing complex queries to retrieve data from Salesforce databases
sqltools/where
100492 Downloads
PHP7.1 Fluent, immutable SQL query builder. Connectionless, framework-agnostic, no dependency.
saasscaleup/laravel-n-plus-one-detector
1271 Downloads
Real-time detection and resolution of N+1 query issues for Laravel applications. Support now Laravel 11