Libraries tagged by sql insert
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
5867 Downloads
Object-oriented query builders for MySQL, Postgres, SQLite, and SQLServer; can be used with any database connection library.
steinhaug/sqlbuddy
86 Downloads
My personal SQL friend
ruhulfbr/csv-to-query
5 Downloads
This package provides a simple utility to convert data from a CSV file into SQL queries for database insertion and Create table.
thipages/quicksql
35 Downloads
Quick sql builder
i74ifa/dbsystem
10 Downloads
Simple OOP system to query data from database and insert and create tables.
tesis/db-layer
12 Downloads
Simple DB layer for mysqli extension and PDO class. It is based on mappers, files holding database table fields, primary key and auto_increment properties, which is helpful to compare fields for CRUD or select operations, and to provide better way to prevent SQL injections (only existing fields are selected, or inserted, ...)
openbuildings/db-fixtures
125781 Downloads
Load data into the database and cache with raw sql inserts
elminson/sqltotable
8 Downloads
Create table from insert sql
taeluf/lildb
147 Downloads
A simple PDO wrapper with convenience methods for common SQL verbs like insert, update, delete, select
xiaofeng-ling/php-mysql-replication
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.
smakecloud/php-mysql-replication
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.
hetao29/php-mysql-replication
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.