UNPKG

kysely-ctl

Version:
9 lines (8 loc) 250 B
/** * @param {import('kysely').Kysely<any>} db replace `any` with your database type * @returns {Promise<void>} */ exports.seed = async (db) => { // seed code goes here... // note: this function is mandatory. you must implement this function. }