Skip to main content

add

@quik/database


@quik/database / SeedStore / add

Function: add()

add(module, ...folders): void

Defined in: database/src/migrations/stores/seeds.ts:15

Registers seeds folders for a specific module.

Parameters

module

string

Module identifier for which to register folders

folders

...string[]

One or more folder paths containing seeds for this module

Returns

void