Libraries tagged by sql statement
dschoenbauer/sql
1472 Downloads
Object oriented approch to Sql statement generation with a focus on building requirements for PDO
rizkussef/laravel-sql-to-migration
373 Downloads
A Laravel package to convert raw SQL CREATE TABLE statements into Laravel migrations automatically.
genai/sql-mapper
161 Downloads
MyBatis-style SQL mapper: mark an interface #[Mapper] and its methods #[Select]/#[Insert]/#[Update]/#[Delete] with the SQL. A build-time processor compiles a reflection-free Cache\ implementation (prepared statements, #{name} bound params, optional row->object hydration) and registers it as a container bean keyed by the interface. Self-contained: a bundled DatabaseConfig provides the 'PDO' bean from a [database] group in the app's app.ini, so you only edit config. Runtime is PHP 5.3-safe.
dbsteward/dbsteward
2123 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
8275 Downloads
Use SQL statements to query elasticsearch
moledet/database-change-log
6977 Downloads
A PHP class to log all changes of table data from raw SQL or with PDO statement
patrick-hanna/database-crud-buffer
126 Downloads
Buffer and batch Laravel database inserts, upserts, updates, and deletes into a minimal set of merged SQL statements.
marcel-maqsood/database-connector
330 Downloads
The PersistentPDO object is used to connect with a database and to generate sql statements on the go.
maximebf/traceable-pdo
27734 Downloads
Log SQL statements executed using a PDO instance
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.
qstart-soft/query-builder
971 Downloads
Library for creating DML (Data Manipulation Language) SQL statements.
morris/dop
483 Downloads
An immutable API on top of PDO to compose and execute SQL statements
lucinda/queries
22919 Downloads
API that generates SQL statements programmatically based on official standards or their vendor-specific derivation
linhanwei/thinkphp-elasticsearch
31 Downloads
Thinkphp use SQL statements to query elasticsearch
lingxiang/laravel-elasticsearch
1586 Downloads
Use SQL statements to query elasticsearch