Options for creating a ModelDB object.

interface ICreateOptions {
    baseDB?: ModelDB;
    basePath?: string;
}

Properties

Properties

baseDB?: ModelDB

A ModelDB to use as the store for this ModelDB. If none is given, it uses its own store.

basePath?: string

The base path to prepend to all the path arguments.