1.0.2 • Published 11 months ago

@santosheot/twin-fusion v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

Twin-Fusion

This project provide us access to various databases accociated with twinsite

Installation

Prerequisites

Clone the Repository

npm install @santosheot/twin-fusion

example
    const twinFusion = require('@santosheot/twin-fusion')
    
    await twinFusion.process(
        'login',
        {email:'vi***@******.com', password: 'vi****5'}
    )
    
    const athena = await twinFusion.process(
        'athena', //athena, mssql, twinmaker, databick
        {'userId': 1}, //loggedin user id
        2, //database id for loggedin user
        'select * FROM santosh_table limit 20' //query to get data
    )
1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago