0.0.6 • Published 7 years ago

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

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

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago