Skip to main content

Function: syncCatalogues()

syncCatalogues(fdm): Promise<void>

Defined in: fdm-core/src/catalogues.ts:372

Synchronizes the fertilizer and cultivation catalogues in the FDM database with the data from fdm-data.

Parameters

fdm

any

The FDM instance providing the connection to the database. The instance can be created with createFdmServer.

Returns

Promise<void>

A promise that resolves when the synchronization is complete.