Skip to content

ExternKit/extern-js-aqb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

extern-js-aqb

  • Target : Javascript (NodeJS + Browser)
  • Library : aqb
  • Last tested version : 2.1.0
  • Available on : Github - NPM

Usage

import js.aqb.*;

class Main
{
  static function main()
  {
    var qb = Aqb.qb();
    var query = Aqb
        .for_('x')
        .in_('1..5')
        .return_(Aqb.add('x', Aqb.int(1)))
    ;
  }
}

Notice

A lot of AQB methods use Haxe keywords as their name (eg: in, if, for,...). To use them, you only have to suffix them with an underscore _.

About

Javascript aqb library extern

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages