Libraries tagged by sql statement
stnc/pdo-database
100 Downloads
A super simple function that returns the full SQL query from your PDO statements
luri/bddi
65 Downloads
library to facilitate SQL Requests set with automatic prepared statements and automatic connexion.
tscms/database
15 Downloads
The official Kohana module for database interactions, building queries, and prepared statements
hnqca/database-php
15 Downloads
easysql/easysql
247 Downloads
Work more optimally with SQL for Performance, Security and Readability
dzentota/secure-db
5 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
44 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.
programster/query-builder-parser
527 Downloads
A library for converting a jQuery query builder JSON rules string to an SQL statement.
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.