@anthonyalayo/drizzle-seed
Version:
A package to seed your database using Drizzle ORM
8 lines (7 loc) • 348 B
text/typescript
/**
* The original source for cities names data was taken from https://www.kaggle.com/datasets/juanmah/world-cities
* 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 = 49;