1.2.3 • Published 7 years ago

zoho-cloud-sql v1.2.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago

1.2.2

10 years ago

1.2.1

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago