1.0.3 • Published 2 years ago

sankhya-insert v1.0.3

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

Sankhya Insert

This package provides a easy way to do a insert in Sankhya

Installation

npm install sankhya-insert

Example

The function takes 4 parameters as inputs: Sankhya login, password, table name and a array with data for each column. Must be in the same order displayed in the table.

const insert = require('sankhya-insert')

const login = 'username'
const password = 'password'

insert(login, password, 'TGFCAB', [49956, '', 'data', 'example'])
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago