An open API service indexing awesome lists of open source software.

https://github.com/mrceperka/sql-file-loader

SQL file loader - Load queries from big SQL files
https://github.com/mrceperka/sql-file-loader

files php7 sql

Last synced: 6 months ago
JSON representation

SQL file loader - Load queries from big SQL files

Awesome Lists containing this project

README

          

# SQL File Loader
[![CircleCI](https://circleci.com/gh/mrceperka/sql-file-loader.svg?style=svg)](https://circleci.com/gh/mrceperka/sql-file-loader)
---
## Installation
`composer require mrceperka/sql-file-loader`

## Important notes
- Statements in SQL file have to end with `;`
- Loader **does NOT** check the SQL syntax

# Usage
```php
getQueries();

```