Libraries tagged by sql statement

lingxiang/laravel-elasticsearch

4 Favers
1586 Downloads

Use SQL statements to query elasticsearch

Go to Download


hybridlogic/db-querybuilder

13 Favers
32 Downloads

A MySQL Query Builder for effortlessly composing SQL statements with support for executing them against databases.

Go to Download


devco/trilogy

5 Favers
2618 Downloads

Simple, lightweight SQL statement abstraction.

Go to Download


hybridlogic/db

6 Favers
67 Downloads

A driver-agnostic database library for PHP providing convenient methods for escaping, preparing and executing statements.

Go to Download


rgalstyan/symfony-aggregated-queries

4 Favers
1 Downloads

Reduce multi-relation Doctrine queries to a single SQL statement using JSON aggregation. Solves Doctrine's N+1 problem.

Go to Download


programster/query-builder-parser

0 Favers
627 Downloads

A library for converting a jQuery query builder JSON rules string to an SQL statement.

Go to Download


google/sqlcommenter-laravel

7 Favers
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.

Go to Download


mysqlgrid/mysqlgrid

4 Favers
21 Downloads

Framework agnostic datagrid - Instantly convert any SQL SELECT statement into a fully featured datagrid

Go to Download


csv/csvtosql

6 Favers
15 Downloads

PHP class to extract data from (csv) file and transform it to (sql) file as insert statement.

Go to Download


k-kinzal/sql-faker

0 Favers
1 Downloads

Faker Provider for generating syntactically valid SQL statements

Go to Download


gonzalo123/sql-string-generator

0 Favers
4 Downloads

Write a DSL to generate valid SQL statements for SELECT, INSERT, UPDATE and DELETE

Go to Download


garkavenkov/sql-generator

0 Favers
39 Downloads

Generate SQL statements

Go to Download


coco-project/sql-cache

0 Favers
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.

Go to Download


smizmo/ad-hoc-sql

0 Favers
2 Downloads

Allows user to construct reports using sql select statements to run through model admin

Go to Download


lbreme/lexepa-sql

0 Favers
7 Downloads

Library for lexing and parsing a SQL INSERT statement

Go to Download


<< Previous Next >>