Libraries tagged by sql-files
kodus/sql-split
264812 Downloads
A simple facility to split SQL files into individual queries - supports MySQL and PostgreSQL
thamaraiselvam/mysql-import
46680 Downloads
Import .sql file into a database using mysqli
nextras/multi-query-parser
18108 Downloads
Parses queries from a SQL file.
cweiske/php-sqllint
92939 Downloads
Command line tool to validate (syntax check) SQL files
bertugfahriozer/sql2migration
743 Downloads
A Spark command for CodeIgniter 4 that generates migration files from an SQL file, with support for foreign keys, triggers, and DB prefix.
daveismyname/sql-import
2069 Downloads
Import .sql file into a database using PDO
liquipedia/sqllint
5072 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.
laratusk/view-migrations
466 Downloads
Manage database views via SQL files with automatic content-hash-based change detection
celemas/quma
101 Downloads
A no-ORM database library for executing raw SQL files
asika/sql-splitter
5701 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.
chenyongze/parse-sql-file
57 Downloads
可以读取sql文件,并获得纯sql语句
yaroslavpopovic/laravel-backup-import
1490 Downloads
Import db from sql file
kozo/liberation
11879 Downloads
It is a Laravel package for easy retrieval and execution of SQL files and more.
javanile/mysql-import
3073 Downloads
Import SQL file from command-line
dcblogdev/sql-import
856 Downloads
Import .sql file into a database using PDO