Elegant syntax, dead-simple and yet powerful query builder for javascript.
Quick example:
Vivaz( data ).where( 'name', 'Alex' )
.orWhereIn( 'car.brand', [ 'Audi', 'Seat' ] )
.orderBy( 'id', 'desc' )
.get();
This is nothing compared what Vivaz.js can do for you!.
bower install vivaz --save
npm install vivaz --save
Clone this repository or just download the dist/vivaz.js file and import it in your HTML
<script src="path/of/my/app/assets/vivaz.js"></script>
Vivaz is well documented in the wiki.
Feel free to open an issue if something doesn't work as espected or send a pull request if you have fixed a bug.
Vivaz is open-sourced software licensed under the MIT license
To Laravel framework and Jeffrey Way, for show me a new way of think and code. To Evan You (VueJS creator), for show me a good aproach for building & releasing new versions.