1.1.21 • Published 4 years ago

orbyte v1.1.21

Weekly downloads
-
License
CC0-1.0
Repository
-
Last release
4 years ago

Orbyte

Read entire docs On Github

Before install

First of all, you have to download Orbyte desktop application. The app is available in

Github Orbyteapp

* Only mac version available

Usage

Install it into your project

npm i orbyte

Once installed, you have to connect to SQL database

const orbyte = require('orbyte')({
    host: '<your_local_host>',
    user: '<db_user>',
    password: '<your_db_pwd',
    database: '<your_db>',
    port: '<your_port>'
});

To get, set or update data, go to the application and create new transfer. After that, right click on the transfer label and select "Get code". The code will copied.

Then you can copy the code into your project like this

async function myFirstTransfer() {
    const response = await orbyte.connect({
        key: "94f7cc0e4ebf26ceba69edadbd82055999e91dd12aa543f6cb562039ede3a163"
    });

    console.log(response);
};

Execute the function to view the response

Next step

Read all Info about transfer options

  • GET
  • SET
  • UPDATE
  • DELETE
1.1.21

4 years ago

1.1.20

4 years ago

1.1.19

4 years ago

1.1.18

4 years ago

1.1.17

4 years ago

1.1.16

4 years ago

1.1.15

4 years ago

1.1.14

4 years ago

1.1.13

4 years ago

1.1.11

4 years ago

1.1.9

4 years ago

1.1.10

4 years ago

1.1.8

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago