Libraries tagged by sql statement
mouf/database.querywriter
30680 Downloads
This package contains classes useful to generate SQL statements such as SELECT queries, etc...
marcel-maqsood/database-connector
120 Downloads
The PersistentPDO object is used to connect with a database and to generate sql statements on the go.
csv/csvtosql
15 Downloads
PHP class to extract data from (csv) file and transform it to (sql) file as insert statement.
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.
masnathan/sql-query-formatter
1799 Downloads
A very lightweight PHP class that reformats unreadable and computer-generated SQL query statements to human-friendly, readable text.
rizkussef/laravel-sql-to-migration
17 Downloads
A Laravel package to convert raw SQL CREATE TABLE statements into Laravel migrations automatically.
bumip/json-schema-sql
6 Downloads
Helper for converting json-schemas to sql create table statement
ngekoding/sql-column-alias-extractor
2 Downloads
A helper to extract SQL column aliases from SELECT statements
verbanent/laravel-sql-performance-guard
299 Downloads
Check SQL performance
diverproject/diamond-sql
0 Downloads
Library to connect on SQL Databases with PDO Connection.