Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/connor4312/laravel-dbsim
Query builder sim for L4
https://github.com/connor4312/laravel-dbsim
Last synced: 3 months ago
JSON representation
Query builder sim for L4
- Host: GitHub
- URL: https://github.com/connor4312/laravel-dbsim
- Owner: connor4312
- Created: 2014-01-23T15:38:08.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-26T13:29:34.000Z (almost 11 years ago)
- Last Synced: 2024-10-06T12:38:11.057Z (3 months ago)
- Language: JavaScript
- Size: 212 KB
- Stars: 20
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#laravel-dbsim
![Preview](https://raw.github.com/connor4312/laravel-dbsim/master/doc/preview.png)This is a super simple, very useful app for quickly writing a previewing SQL created by the Laravel query builder. It generates SQL, without touching the database, whenever you pause in your typing. Great for creating those complex queries quickly.
*Note:* This is for personal use. There is no kind of security in it - at the moment. Don't host it on public-facing web servers.
Licensed under the MIT license. I love pull requests :)
###Installation
1. Install the dependencies (just illuminate/database at the moment)
```
composer install
```2. Open index.php on your local web server.
3. Profit!