Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TessraDB

Main class of TessraDB

Hierarchy

  • TessraDB

Index

Constructors

Properties

#collections: collectionObject = {}
#metaPath: string
colNames: string[]
name: string

Methods

  • #addCollectionToMeta(name: any): Promise<void>
  • Add collection to metadata .temeta file

    Parameters

    • name: any

    Returns Promise<void>

  • #getCollectionPath(name: string): string
  • Function to get Collection Path

    Parameters

    • name: string

      name of the collection

    Returns string

    Path to Collection

  • #init(): void
  • initialize TessraDB

    Returns void

  • Function to get collection by name

    Parameters

    • name: string

      name of the collection

    Returns Promise<TessraCollection>

    full collection

Generated using TypeDoc