Libraries tagged by sql-files
thamaraiselvam/mysql-import
39481 Downloads
Import .sql file into a database using mysqli
kodus/sql-split
195126 Downloads
A simple facility to split SQL files into individual queries - supports MySQL and PostgreSQL
nextras/multi-query-parser
3794 Downloads
Parses queries from a SQL file.
cweiske/php-sqllint
87683 Downloads
Command line tool to validate (syntax check) SQL files
kodus/sql-splitter
24545 Downloads
A simple facility to split SQL files into individual queries - supports MySQL, PostgreSQL and Microsoft SQL Server
daveismyname/sql-import
1791 Downloads
Import .sql file into a database using PDO
liquipedia/sqllint
4328 Downloads
A thin wrapper around the SqlParser from the phpMyAdmin project which can be used to lint any amount of sql files from the command line.
chenyongze/parse-sql-file
57 Downloads
可以读取sql文件,并获得纯sql语句
kozo/liberation
11698 Downloads
It is a Laravel package for easy retrieval and execution of SQL files and more.
javanile/mysql-import
2892 Downloads
Import SQL file from command-line
gadelgado/sql2seeder
1302 Downloads
A command line utility to transform sql files into database seeders
esoftsk/sql-mig-bundle
366 Downloads
Database migrations based on SQL files
dcblogdev/sql-import
831 Downloads
Import .sql file into a database using PDO
davcs86/php-mysqlimporter
4404 Downloads
PHP class for importing big SQL files into MySQL.
csv/csvtosql
14 Downloads
PHP class to extract data from (csv) file and transform it to (sql) file as insert statement.