UNPKG

@vorlefan/prisma-backup

Version:

Export all the databse models into json files and use them as backup

6 lines (5 loc) 224 B
import { GetBackupProps } from '../../types/backup'; /** * @function getBackup */ export declare function getBackup({ backupFolderName, folder, onRoute, password, onCurrentModel, }: GetBackupProps): Promise<boolean>;