Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

Latest commit

 

History

History

emeralt-database-cloud-datastore

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@emeralt/database-cloud-datastore

Emeralt database plugin to store packages in Google Cloud Datastore

Install

Using npm:

npm install @emeralt/database-cloud-datastore

or using yarn:

yarn add @emeralt/database-cloud-datastore

Usage

new EmeraltDatabaseCloudDatastore()

Options

import { DatastoreOptions } from '@google-cloud/datastore'

interface Options extends DatastoreOptions {}

You can find a list of Cloud Datastore options here.