Libraries tagged by sql statement
programster/query-builder-parser
521 Downloads
A library for converting a jQuery query builder JSON rules string to an SQL statement.
marcel-maqsood/database-connector
99 Downloads
The PersistentPDO object is used to connect with a database and to generate sql statements on the go.
csv/csvtosql
14 Downloads
PHP class to extract data from (csv) file and transform it to (sql) file as insert statement.
michaelrushton/sql
8 Downloads
A library to generate SQL statement strings using a fluent interface.
gonzalo123/sql-string-generator
4 Downloads
Write a DSL to generate valid SQL statements for SELECT, INSERT, UPDATE and DELETE
garkavenkov/sql-generator
39 Downloads
Generate SQL statements
coco-project/sql-cache
23 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.
smizmo/ad-hoc-sql
2 Downloads
Allows user to construct reports using sql select statements to run through model admin
lbreme/lexepa-sql
7 Downloads
Library for lexing and parsing a SQL INSERT statement
khalidmh/eloquent-sql
10 Downloads
A Laravel package for generating SQL insert statements from Eloquent model records.
bumip/json-schema-sql
6 Downloads
Helper for converting json-schemas to sql create table statement
verbanent/laravel-sql-performance-guard
299 Downloads
Check SQL performance
diverproject/diamond-sql
0 Downloads
Library to connect on SQL Databases with PDO Connection.
xpd1437/elastic
3 Downloads
Use SQL statements to query elastic
theshadow/sliq
6 Downloads
A library for building SQL statements via a chainable interface