Libraries tagged by sql insert
aura/sqlquery
3193954 Downloads
Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.
krowinski/php-mysql-replication
132458 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
260819 Downloads
Object-oriented query builders and performers for MySQL, Postgres, SQLite, and SQLServer.
jstayton/miner
12582 Downloads
A dead simple PHP class for building SQL statements. No manual string concatenation necessary.
tommyknocker/pdo-database-class
6163 Downloads
Framework-agnostic PHP database library with unified API for MySQL, MariaDB, PostgreSQL, SQLite, MSSQL, and Oracle. Query Builder, caching, sharding, window functions, CTEs, JSON, migrations, ActiveRecord, CLI tools, AI-powered analysis. Zero external dependencies.
sqltools/where
101073 Downloads
PHP7.1 Fluent, immutable SQL query builder. Connectionless, framework-agnostic, no dependency.
atlas/statement
14627 Downloads
Object-oriented statement builders for MySQL, Postgres, SQLite, and SQLServer.
moln/php-mysql-replication
29028 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.
nanawel/zend-db-sql-insertmultiple
8759 Downloads
flyokai/zend-db-sql-insertmultiple
81 Downloads
genai/sql-mapper
162 Downloads
MyBatis-style SQL mapper: mark an interface #[Mapper] and its methods #[Select]/#[Insert]/#[Update]/#[Delete] with the SQL. A build-time processor compiles a reflection-free Cache\ implementation (prepared statements, #{name} bound params, optional row->object hydration) and registers it as a container bean keyed by the interface. Self-contained: a bundled DatabaseConfig provides the 'PDO' bean from a [database] group in the app's app.ini, so you only edit config. Runtime is PHP 5.3-safe.
patrick-hanna/database-crud-buffer
177 Downloads
Buffer and batch Laravel database inserts, upserts, updates, and deletes into a minimal set of merged SQL statements.
hi/sqlquery
2070 Downloads
Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.
sitmpcz/sqlsrv-binary
1996 Downloads
Insert and update file into ms sql server
romainbessugesmeusy/php-sql-query
3835 Downloads
php-sql-query is an abstraction layer for SQL query construction