Libraries tagged by sql insert
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.
steinhaug/sqlbuddy
107 Downloads
My personal SQL friend
ozh/sqltableextractor
5 Downloads
Extract table names from SQL queries (SELECT, INSERT, UPDATE, JOIN, subqueries)
ruhulfbr/csv-to-query
8 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
39 Downloads
Quick sql builder
komeiji-satori/miner
14 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
13 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
125789 Downloads
Load data into the database and cache with raw sql inserts
agungdhewe/phpsqlutil
62 Downloads
Utility for create SQL insert, update and delete
elminson/sqltotable
8 Downloads
Create table from insert sql
taeluf/lildb
164 Downloads
A simple PDO wrapper with convenience methods for common SQL verbs like insert, update, delete, select
merterciyescagan/uni-parser
11 Downloads
The package parses CSV, JSON, XLSX, or XML files and generates CREATE TABLE and INSERT INTO SQL statements.
ishifoev/laravel-extended-grammars
5 Downloads
Extends Laravel's database grammars with advanced SQL helpers like insertOrUpdateUsing().