Libraries tagged by SQL Delete

khalilleo-webagentur/sql-connector

1 Favers
7 Downloads

The ability to transfer data from sql db to any project use doctine.

Go to Download


coco-project/sql-cache

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


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


i-nocturne/swoole-sql-query

0 Favers
14 Downloads

Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.

Go to Download


bronos/php-sql-query-builder

0 Favers
5867 Downloads

Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.

Go to Download


vresende/datalayer

0 Favers
30 Downloads

Datalayer is a Datalayer-based SQL Server database abstraction component

Go to Download


thipages/quicksql

1 Favers
35 Downloads

Quick sql builder

Go to Download


masterro/dev-protection

0 Favers
576 Downloads

Laravel 5.* package for quick developer protection functions

Go to Download


komeiji-satori/miner

1 Favers
9 Downloads

A dead simple PHP class for building SQL statements. No manual string concatenation necessary.

Go to Download


ulue/miner

1 Favers
8 Downloads

A dead simple PHP class for building SQL statements. No manual string concatenation necessary.

Go to Download


skyfirephp/db

3 Favers
9 Downloads

Stash Queries - PHP SQL library providing an easy, eloquent, and fluent yet expressive way to select, create, update, and delete SQL records.

Go to Download


taeluf/lildb

0 Favers
147 Downloads

A simple PDO wrapper with convenience methods for common SQL verbs like insert, update, delete, select

Go to Download


seguncodes/smyorm

1 Favers
1 Downloads

SmyORM is a PHP Object-relational mapping (ORM) that allows developers to write code in simple programming languages of their choice instead of using SQL to access, add, update, and delete data and schemas in the respective database.

Go to Download


xiaofeng-ling/php-mysql-replication

0 Favers
3 Downloads

Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.

Go to Download


smakecloud/php-mysql-replication

0 Favers
2 Downloads

Pure PHP Implementation of MySQL replication protocol. This allow you to receive event like insert, update, delete with their data and raw SQL queries.

Go to Download


<< Previous Next >>