0.1.5 • Published 4 years ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.6

4 years ago