Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • MongoSteel

Index

Constructors

Methods

Constructors

constructor

Methods

Static connect

  • Connect to a database. This is a static method, so you can do MongoSteel.connect(), without having to create an instance of the class

    Parameters

    Returns Promise<Db>

Static disconnect

  • disconnect(): Promise<void>
  • Disconnect from a database. This is a static method, so you can do MongoSteel.disconnect(), without having to create an instance of the class

    Returns Promise<void>

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Static method

Generated using TypeDoc