Package

io.scalajs.npm

tingodb

Permalink

package tingodb

Visibility
  1. Public
  2. All

Type Members

  1. class Db extends mongodb.Db

    Permalink

    TingoDB Database

    TingoDB Database

    Annotations
    @RawJSType() @native() @JSImport( "tingodb" , "Db" )
    See also

    https://mongodb.github.io/node-mongodb-native/api-articles/nodekoarticle1.html

  2. trait DbClass extends Object

    Permalink

    TingoDb Db class

    TingoDb Db class

    Annotations
    @RawJSType() @native()
  3. trait TingoDB extends Object

    Permalink

    TingoDB is an embedded JavaScript in-process filesystem or in-memory database upwards compatible with MongoDB at the API level.

    TingoDB is an embedded JavaScript in-process filesystem or in-memory database upwards compatible with MongoDB at the API level.

    Annotations
    @RawJSType() @native()
  4. class TingoDBObject extends Object

    Permalink

    TingoDB Wrapper Object

    TingoDB Wrapper Object

    Annotations
    @RawJSType() @native()
  5. class TingoDbOptions extends Object

    Permalink

    TingoDB Options

    TingoDB Options

    Annotations
    @RawJSType() @ScalaJSDefined()

Value Members

  1. object DbClass

    Permalink

    DbClass Companion

  2. object TingoDB extends Object with TingoDB

    Permalink

    TingoDB Companion

    TingoDB Companion

    Annotations
    @native() @JSImport( "tingodb" , JSImport.Namespace )

Ungrouped