0.1.5 • Published 5 years ago

@krsnadjava25/lowdb-google-cloud-storage-adapter v0.1.5

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

lowdb-google-cloud-storage-adapter

This let you to create and use a lowDB source located on Google cloud storage

Installation

npm i --save lowdb-google-cloud-storage-adapter

Usage

const GcloudAdapter = require('lowdb-google-cloud-storage-adapter');
const low = require('lowdb');

const adapter = new GcloudAdapter('db.json', {
  projectId:"Project Id",
  keyFilename:"Key file path",
  bucketName:"Bucket name",
});

const db = low(adapter);
0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.6

5 years ago