UNPKG

kysely-ctl

Version:
8 lines (6 loc) 247 B
import type { Kysely } from 'kysely' // replace `any` with your database interface. export async function seed(db: Kysely<any>): Promise<void> { // seed code goes here... // note: this function is mandatory. you must implement this function. }