Libraries tagged by sql-files
thamaraiselvam/mysql-import
35996 Downloads
Import .sql file into a database using mysqli
kodus/sql-split
167099 Downloads
A simple facility to split SQL files into individual queries - supports MySQL and PostgreSQL
nextras/multi-query-parser
2188 Downloads
Parses queries from a SQL file.
cweiske/php-sqllint
84057 Downloads
Command line tool to validate (syntax check) SQL files
kodus/sql-splitter
21100 Downloads
A simple facility to split SQL files into individual queries - supports MySQL, PostgreSQL and Microsoft SQL Server
liquipedia/sqllint
4053 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.
asika/sql-splitter
4390 Downloads
This is a class that can split BIG SQL file or string as iterator so that can help us save memory when importing SQL to database.
daveismyname/sql-import
1700 Downloads
Import .sql file into a database using PDO
chenyongze/parse-sql-file
57 Downloads
可以读取sql文件,并获得纯sql语句
kozo/liberation
11595 Downloads
It is a Laravel package for easy retrieval and execution of SQL files and more.
javanile/mysql-import
2843 Downloads
Import SQL file from command-line
gadelgado/sql2seeder
1276 Downloads
A command line utility to transform sql files into database seeders
fos1/sf-s-q-l-tools-plugin
257 Downloads
Doctrine SQL Tools Plugin for Symfony1. Task to execute SQL files with triggers, procedures and events in order. Compatible with any kind of database engines.
esoftsk/sql-mig-bundle
323 Downloads
Database migrations based on SQL files
dcblogdev/sql-import
823 Downloads
Import .sql file into a database using PDO