Libraries tagged by sql statement
shammaa/laravel-optimized-queries
33 Downloads
Advanced Laravel query optimizer - Reduce multiple Eloquent queries to a single optimized SQL statement with JSON aggregation. Supports nested relations, callbacks, belongsToMany, polymorphic relations, and caching.
reinanhs/sqlcommenter-hyperf
48 Downloads
SQLCommenter implementation for Hyperf. SQLCommenter is a set of tools that augments SQL Statements with comments containing information about the code that caused its execution. These information can be action, controller, framework, db_driver and opentelemetry traceparent.
merterciyescagan/uni-parser
11 Downloads
The package parses CSV, JSON, XLSX, or XML files and generates CREATE TABLE and INSERT INTO SQL statements.
luisaedev/query-builder
5 Downloads
Connect with SQL databases and perform complex queries without define SQL statements manually
googletest/sqlcommenter-laravel
4 Downloads
SQLCommenter implementation for Laravel. SQLCommenter is a set of tools that augments SQL Statements with comments containing information about the code that caused its execution. These information can be action, controller, framework, db_driver, route and opentelemetry traceparent.
flashrick/elasticsearchsql
9 Downloads
Use SQL statements to query elasticsearch
edgaralexanderfr/phinx2sql
14 Downloads
Tool that allows you to print Phinx migrations displaying the SQL statements that pass through the `execute` method.
easeappphp/pdolight
78 Downloads
A very simple and safe PHP library to execute PDO based database queries. Methods are provided to prepare a SQL Statement & it's execution separately as different methods (to facilitate caching of prepared statements) as well as together in a single method too.
andrewlamers/eloquent-rest-bridge
249 Downloads
A connection driver for eloquent that forwards sql statements over HTTP and returns the data back into an eloquent model.
fulldecent/thin-pdo
113 Downloads
A minimal extension for PHP's PDO class designed to make running SQL statements easier
fulfillment/periscope-to-mysql
24 Downloads
Take your Periscope SQL and generate MySQL statements.
swew/db
26 Downloads
A lightweight, fast, and secure PHP library for interacting with databases, creating migrations, and running queries. swew/db uses prepared statements to protect against SQL injection attacks and supports multiple database systems.