UNPKG

@anthonyalayo/drizzle-seed

Version:

A package to seed your database using Drizzle ORM

7 lines (6 loc) 231 B
/** * The original source for the Adjectives data was taken from https://www.kaggle.com/datasets/jordansiem/adjectives-list */ declare const _default: string[]; export default _default; export declare const maxStringLength = 22;