Download the PHP package kodus/sql-splitter without Composer
On this page you can find all versions of the php package kodus/sql-splitter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kodus/sql-splitter
More information about kodus/sql-splitter
Files in kodus/sql-splitter
Download kodus/sql-splitter
More information about kodus/sql-splitter
Files in kodus/sql-splitter
Vendor kodus
Package sql-splitter
Short Description A simple facility to split SQL files into individual queries - supports MySQL, PostgreSQL and Microsoft SQL Server
License MIT
Package sql-splitter
Short Description A simple facility to split SQL files into individual queries - supports MySQL, PostgreSQL and Microsoft SQL Server
License MIT
Please rate this library. Is it a good library?
Informations about the package sql-splitter
SQL Statement Splitter
A simple parser to split SQL (and/or DDL) files into individual SQL queries.
This is an unofficial PHP port of SQL-Statement-Parser by TeamSQL.
Install via Composer
composer require kodus/sql-splitter
Features
Supported SQL File Formats:
- MySQL
- PostgreSQL
- Microsoft SQL Server
Specifically with support for the following SQL/DDL features:
- SQL and DDL Queries
- Stored procedures, functions, views, etc.
- PostgreSQL's dollar-tags (e.g.
$$
and$mytag$
, etc.) - MySQL's
DELIMITER
Usage
Pick one of the platform-specific methods:
Or dynamically pick one based on the PDO driver-name:
Driver-names are also available as SQLSplitter
class-constants, e.g. DB_MYSQL
, DB_MSSQL
and DB_PGSQL
.
All versions of sql-splitter with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0
The package kodus/sql-splitter contains the following files
Loading the files please wait ....