Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!