1.2.3 • Published 6 years ago

zoho-cloud-sql v1.2.3

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

Client library for Zoho Reports CloudSQL

Example

var ZohoCloudSql = require('zoho-cloud-sql')

var db = new ZohoCloudSql({
  user: 'username',
  authtoken: 'authtoken',
  db: 'db'
})

db.query('select * from table', function (err, data) {
  console.log(err, data)
})

db.count('table', function (err, data) {
  console.log(err, data)
})

db.max('table', function (err, data) {
  console.log(err, data)
})
1.2.3

6 years ago

1.2.2

9 years ago

1.2.1

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago