Libraries tagged by sql statement
invincible-tech-systems/easeampmysql
63 Downloads
A very simple and safe PHP library to execute SQL Queries as Prepared Statements on MySQL Database, in an asynchronous & non-blocking way. 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, all basing upon Amphp, an event driven concurrent framework in php and its Amphp\Mysql package.
bentools/sqldates
81 Downloads
Magic __toString() functions on DateTime objects, for use in SQL statements.
1cool/elasticsearch
11 Downloads
Use SQL statements to query elasticsearch
ulue/miner
13 Downloads
A dead simple PHP class for building SQL statements. No manual string concatenation necessary.
antonmarin/traceable-pdo
1084 Downloads
Wrapper for PDO that adds trace of statement source to analyze slow SQL statements in real-time
nlt_codilog/database-change-log_fork
16 Downloads
A PHP class to log all changes of table data from raw SQL or with PDO statement
invincible-tech-systems/easeampmysql-halite
21 Downloads
A very simple and safe PHP library to execute SQL Queries as Prepared Statements on MySQL Database, in an asynchronous & non-blocking all basing upon amphp/mysql package. Additional checks are supported in terms of facilitating creation and verification of row level digital signature for different database tables along with creation of blind indexes of data in encrypted db columns, using easeappphp/ea-halite package.
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.
yd-shomer/php-shomer
0 Downloads
SQL Query Guardian (שומר) - Runtime validation and security for PHP development
tscms/database
15 Downloads
The official Kohana module for database interactions, building queries, and prepared statements
hnqca/database-php
17 Downloads
easysql/easysql
247 Downloads
Work more optimally with SQL for Performance, Security and Readability
dzentota/secure-db
7 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.