Libraries tagged by sql statement

programster/query-builder-parser

0 Favers
521 Downloads

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

Go to Download


marcel-maqsood/database-connector

0 Favers
99 Downloads

The PersistentPDO object is used to connect with a database and to generate sql statements on the go.

Go to Download


csv/csvtosql

6 Favers
14 Downloads

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

Go to Download


michaelrushton/sql

0 Favers
8 Downloads

A library to generate SQL statement strings using a fluent interface.

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


khalidmh/eloquent-sql

1 Favers
10 Downloads

A Laravel package for generating SQL insert statements from Eloquent model records.

Go to Download


bumip/json-schema-sql

1 Favers
6 Downloads

Helper for converting json-schemas to sql create table statement

Go to Download


verbanent/laravel-sql-performance-guard

2 Favers
299 Downloads

Check SQL performance

Go to Download


diverproject/diamond-sql

0 Favers
0 Downloads

Library to connect on SQL Databases with PDO Connection.

Go to Download


xpd1437/elastic

1 Favers
3 Downloads

Use SQL statements to query elastic

Go to Download


theshadow/sliq

0 Favers
6 Downloads

A library for building SQL statements via a chainable interface

Go to Download


<< Previous Next >>