UNPKG

@anthonyalayo/drizzle-seed

Version:

A package to seed your database using Drizzle ORM

7 lines (6 loc) 246 B
/** * The original source for the job titles data was taken from https://www.kaggle.com/datasets/ravindrasinghrana/job-description-dataset */ declare const _default: string[]; export default _default; export declare const maxStringLength = 35;