Libraries tagged by sql statement
tscms/database
15 Downloads
The official Kohana module for database interactions, building queries, and prepared statements
thumbtack/querycache
46 Downloads
A simple PDO query interface with support for result set and row level caching
hnqca/database-php
15 Downloads
easysql/easysql
247 Downloads
Work more optimally with SQL for Performance, Security and Readability
dzentota/secure-db
2 Downloads
A secure-by-default PDO wrapper that prevents SQL injection and provides a developer-friendly API
singlestore/http-client
1 Downloads
This API allows you to execute SQL statements against a SingleStore database. It supports all statements that can be run in a direct database connection, and uses conventional data type conversion.
reinanhs/sqlcommenter-hyperf
43 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.
mouf/database.querywriter
30618 Downloads
This package contains classes useful to generate SQL statements such as SELECT queries, etc...
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.