Interfaces for UTab core. Github Page is here.
- Version:
-
- Author:
-
- taulukointipalvelut@gmail.com (nswa17)
- Source:
-
Example
var utab = require('./utab.js')
var t1 = new utab.Tournament({name: 't1', style: 'NA'})//create a tournament 't1'
t1.teams.read().then(console.log)//show all teams
t1.close()//close connection to t1 database