First step to install and how to use NearDB in your project.

Installing

npm install neardb
# or
yarn add neardb

Usage

import Neardb from 'neardb'

const config = {
    database: 'bucketName'
    //...
}

const neardb = NearDB.database(config);

Previous

NearDB

Next

Configuration