Libraries tagged by query-executor
repo2/query-reactor
65 Downloads
Asynchronous & non-blocking MySQL queries executor.
solophp/query-executor
1 Downloads
A lightweight PDO wrapper for executing raw SQL queries with parameter binding and flexible result handling.
x-graphql/delegate
16432 Downloads
Delegate GraphQL query execution
muhdfaiz/laravel-tail-db
25481 Downloads
Provide artisan command to monitor realtime database query executed from the application. Able to automatically run explain command for each of query received.
migliori/php-pdo-database-class
414 Downloads
The DB class is a database abstraction layer that provides a simple, consistent interface for interacting with different types of databases. It handles connection management, query execution, pagination and result processing
opsource/queryadapter
487 Downloads
Revolutionize your Laravel query management with Laravel Query Adapter! Our adapter package includes multiple query executioners, including Elasticsearch and Eloquent, to help you efficiently run your Laravel queries. Say goodbye to query management headaches and hello to seamless query execution with Laravel Query Adapter. ies.
marcocesarato/cpdo
263 Downloads
This package can retrieve PDO query results from cache variables. It extends the base PDO class and override some functions to handle database query execution and store the query results in variables. The class can also return query results for cached queries for previously executed queries to retrieve the results faster for repeated queries.
truongbo/laravel-query-execute
0 Downloads
Run queries and rollback version base on laravel
snype/nplusone
11 Downloads
This package helps you detect and log N+1 queries in a Laravel application to help optimize database performance. By listening to all database queries executed during the request lifecycle, the package identifies queries that may lead to N+1 query problems, which can severely impact the performance of your application.
nextphp/data
27 Downloads
The NextPHP Data package is a powerful tool for PHP developers, providing ORM capabilities and direct SQL query execution. This package is part of the NextPHP Framework, a modern and lightweight PHP framework designed for performance and scalability.
jalallinux/laravel-postgres-audit
23 Downloads
Logging queries executed on Postgres even directly!!!