Libraries tagged by sql statement
morris/dop
448 Downloads
An immutable API on top of PDO to compose and execute SQL statements
lucinda/queries
19966 Downloads
API that generates SQL statements programmatically based on official standards or their vendor-specific derivation
dbsteward/dbsteward
2119 Downloads
SQL database definition differencing tool. Structure and data is defined in a DTD-enforced, human-readable XML format. Outputs transactional SQL statement files to apply your changes.
crcms/elasticsearch
8264 Downloads
Use SQL statements to query elasticsearch
moledet/database-change-log
6580 Downloads
A PHP class to log all changes of table data from raw SQL or with PDO statement
mouf/database.querywriter
30552 Downloads
This package contains classes useful to generate SQL statements such as SELECT queries, etc...
kings36503/sql-template
30 Downloads
A powerful PHP SQL template composer library which can significantly reduce the number and complexity of the SQL statement in the project. Reference to the ibatis implementation.
coco-project/sql-cache
19 Downloads
Based on the lexical analysis of "update," "select," "insert," and "delete" SQL statements, an automatic caching strategy is implemented. The strategy involves caching the data when executing a select operation and associating the table name contained in the SQL statement with the corresponding cached records. When executing update, insert, or delete operations, the table name from the SQL statement is extracted, and any cached records containing this table name from previous select operations are deleted. This strategy enables seamless caching without delay and eliminates the need to worry about data synchronization issues. It is particularly effective for tables with infrequent data modifications. For tables with frequent modifications, they can be ignored by configuring the strategy accordingly.
masnathan/sql-query-formatter
1700 Downloads
A very lightweight PHP class that reformats unreadable and computer-generated SQL query statements to human-friendly, readable text.
verbanent/laravel-sql-performance-guard
297 Downloads
Check SQL performance
qstart-soft/query-builder
155 Downloads
Library for creating DML (Data Manipulation Language) SQL statements.
linhanwei/thinkphp-elasticsearch
24 Downloads
Thinkphp use SQL statements to query elasticsearch
lingxiang/laravel-elasticsearch
1585 Downloads
Use SQL statements to query elasticsearch
komeiji-satori/miner
13 Downloads
A dead simple PHP class for building SQL statements. No manual string concatenation necessary.
invincible-tech-systems/easeampmysql
46 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.