@cbnsndwch/zero-sources

ZqliteWatermarkModule.forRootAsync() method

Home > @cbnsndwch/zero-watermark-zqlite > ZqliteWatermarkModule > forRootAsync

ZqliteWatermarkModule.forRootAsync() method

Use this method to configure and register the ZQLite-based watermark service.

**NOTE:** This is a global module, import a *single* instance in your app's top-level module.

Signature:

static forRootAsync(options: ZqliteWatermarkModuleAsyncOptions): DynamicModule;

Parameters

Parameter

Type

Description

options

ZqliteWatermarkModuleAsyncOptions

The options to configure the ZQLite database.

Returns:

DynamicModule

How was this page?