Libraries tagged by sql insert
aura/sqlquery
2265027 Downloads
Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.
krowinski/php-mysql-replication
59755 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.
atlas/query
218230 Downloads
Object-oriented query builders and performers for MySQL, Postgres, SQLite, and SQLServer.
sqltools/where
51652 Downloads
PHP7.1 Fluent, immutable SQL query builder. Connectionless, framework-agnostic, no dependency.
atlas/statement
5978 Downloads
Object-oriented statement builders for MySQL, Postgres, SQLite, and SQLServer.
jstayton/miner
11506 Downloads
A dead simple PHP class for building SQL statements. No manual string concatenation necessary.
nanawel/zend-db-sql-insertmultiple
5329 Downloads
romainbessugesmeusy/php-sql-query
3720 Downloads
php-sql-query is an abstraction layer for SQL query construction
hi/sqlquery
60 Downloads
Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.
moln/php-mysql-replication
27267 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.
gemini/php-mysql-replication
11 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.
coco-project/sql-cache
19 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.
komeiji-satori/miner
13 Downloads
A dead simple PHP class for building SQL statements. No manual string concatenation necessary.
bentools/where
5222 Downloads
PHP7.1 Fluent, immutable SQL query builder. Connectionless, framework-agnostic, no dependency.
ulue/miner
12 Downloads
A dead simple PHP class for building SQL statements. No manual string concatenation necessary.