Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Connection

Hierarchy

  • Connection

Index

Methods

close

  • close(): void

createStore

  • createStore(storePath: string, callback?: Callback): void | Promise<any>
  • Parameters

    • storePath: string
    • Optional callback: Callback

    Returns void | Promise<any>

deleteStore

  • deleteStore(storePath: string, callback?: Callback): void | Promise<any>

getStore

  • getStore(storePath: string, callback?: Callback): any

storeExists

  • storeExists(storePath: string, callback?: Callback): void | Promise<any>

Generated using TypeDoc