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
- Host: GitHub
- URL: https://github.com/mrceperka/sql-file-loader
- Owner: mrceperka
- License: mit
- Created: 2017-11-17T12:44:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T13:24:43.000Z (over 8 years ago)
- Last Synced: 2025-01-22T21:21:59.484Z (over 1 year ago)
- Topics: files, php7, sql
- Language: PHP
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQL File Loader
[](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();
```