Libraries tagged by sql insert
steinhaug/sqlbuddy
92 Downloads
My personal SQL friend
ruhulfbr/csv-to-query
7 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
36 Downloads
Quick sql builder
komeiji-satori/miner
13 Downloads
A dead simple PHP class for building SQL statements. No manual string concatenation necessary.
i74ifa/dbsystem
13 Downloads
Simple OOP system to query data from database and insert and create tables.
ulue/miner
12 Downloads
A dead simple PHP class for building SQL statements. No manual string concatenation necessary.
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
125785 Downloads
Load data into the database and cache with raw sql inserts
agungdhewe/phpsqlutil
61 Downloads
Utility for create SQL insert, update and delete
elminson/sqltotable
8 Downloads
Create table from insert sql
taeluf/lildb
148 Downloads
A simple PDO wrapper with convenience methods for common SQL verbs like insert, update, delete, select
merterciyescagan/uni-parser
10 Downloads
The package parses CSV, JSON, XLSX, or XML files and generates CREATE TABLE and INSERT INTO SQL statements.
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.
supermetrics-public/php-mysql-replication
112 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.