Libraries tagged by sql statement
lingxiang/laravel-elasticsearch
1586 Downloads
Use SQL statements to query elasticsearch
hybridlogic/db-querybuilder
32 Downloads
A MySQL Query Builder for effortlessly composing SQL statements with support for executing them against databases.
devco/trilogy
2618 Downloads
Simple, lightweight SQL statement abstraction.
hybridlogic/db
67 Downloads
A driver-agnostic database library for PHP providing convenient methods for escaping, preparing and executing statements.
rgalstyan/symfony-aggregated-queries
1 Downloads
Reduce multi-relation Doctrine queries to a single SQL statement using JSON aggregation. Solves Doctrine's N+1 problem.
programster/query-builder-parser
627 Downloads
A library for converting a jQuery query builder JSON rules string to an SQL statement.
google/sqlcommenter-laravel
75165 Downloads
SQLCommenter implementation for Laravel. SQLCommenter is a set of tools that augments SQL Statements with comments containing information about the code that caused its execution. These information can be action, controller, framework, db_driver, route and opentelemetry traceparent.
mysqlgrid/mysqlgrid
21 Downloads
Framework agnostic datagrid - Instantly convert any SQL SELECT statement into a fully featured datagrid
csv/csvtosql
15 Downloads
PHP class to extract data from (csv) file and transform it to (sql) file as insert statement.
k-kinzal/sql-faker
1 Downloads
Faker Provider for generating syntactically valid SQL statements
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