UNPKG

@vorlefan/prisma-backup

Version:

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

4 lines (3 loc) 194 B
/// <reference types="node" /> import { BinaryLike } from 'crypto'; export declare function genCryptoKey(password: BinaryLike, salt: BinaryLike, keylen: number): Promise<Buffer | undefined>;