Libraries tagged by SQL Delete
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.
bakkahit/sql-migration
63 Downloads
SqlMigration is a Laravel package that allows you to execute custom SQL migrations directly within your Laravel application. Instead of writing SQL queries manually or relying only on Laravel's built-in migrations, this package enables you to create and run .php migration files containing custom SQL commands like INSERT, DELETE, UPDATE, CREATE TABLE, and more.
gonzalo123/sql-string-generator
4 Downloads
Write a DSL to generate valid SQL statements for SELECT, INSERT, UPDATE and DELETE
i-nocturne/swoole-sql-query
14 Downloads
Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.
bronos/php-sql-query-builder
5870 Downloads
Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.
vresende/datalayer
31 Downloads
Datalayer is a Datalayer-based SQL Server database abstraction component
thipages/quicksql
39 Downloads
Quick sql builder
masterro/dev-protection
579 Downloads
Laravel 5.* package for quick developer protection functions
komeiji-satori/miner
14 Downloads
A dead simple PHP class for building SQL statements. No manual string concatenation necessary.
arpon/database
18 Downloads
Arpon Database - Advanced PHP Database Abstraction Layer with Laravel-compatible ORM, Schema Builder, Query Builder for MySQL and SQLite. Features 25+ column types, foreign key CASCADE support, advanced relationships, soft deletes, enhanced scopes system, and high-performance database operations.
ulue/miner
13 Downloads
A dead simple PHP class for building SQL statements. No manual string concatenation necessary.
skyfirephp/db
9 Downloads
Stash Queries - PHP SQL library providing an easy, eloquent, and fluent yet expressive way to select, create, update, and delete SQL records.
agungdhewe/phpsqlutil
62 Downloads
Utility for create SQL insert, update and delete
taeluf/lildb
164 Downloads
A simple PDO wrapper with convenience methods for common SQL verbs like insert, update, delete, select
seguncodes/smyorm
4 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.