0.1.2 • Published 8 years ago

vivaz v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Build Status

Vivaz

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!.

Installation

Bower

bower install vivaz --save

Npm

npm install vivaz --save

Manually

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>

Documentation

Vivaz is well documented in the wiki.

Ideas and improvements

Feel free to open an issue if something doesn't work as espected or send a pull request if you have fixed a bug.

License

Vivaz is open-sourced software licensed under the MIT license

Special thanks

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.

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago