zoho-cloud-sql

1.2.3 • Public • Published

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)
})

Readme

Keywords

none

Package Sidebar

Install

npm i zoho-cloud-sql

Weekly Downloads

2

Version

1.2.3

License

MIT

Unpacked Size

8.12 kB

Total Files

6

Last publish

Collaborators

  • afanasy