Skip to content

Aferz/vivaz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Elegant syntax, dead-simple and powerful query builder for javascript & node. Vivaz!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages