UNPKG

@anthonyalayo/drizzle-seed

Version:

A package to seed your database using Drizzle ORM

8 lines (7 loc) 352 B
/** * The original source for countries data was taken from https://www.kaggle.com/datasets/manusmitajha/countrydatacsv * We've excluded a few countries and their cities from this list because we don't think they should ever appear in any list */ declare const _default: string[]; export default _default; export declare const maxStringLength = 30;