0.0.6 • Published 6 years ago

lowdb-google-cloud-storage-adapter v0.0.6

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

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago