firstNames.ts — drizzle-orm Source File
Architecture documentation for firstNames.ts, a typescript file in the drizzle-orm codebase. 0 imports, 2 dependents.
Entity Profile
Dependency Diagram
graph LR cee553c6_ee67_0d2e_d45a_d71ef53bd652["firstNames.ts"] e5cee001_0354_7e76_ef0a_06dca71dc8ce["Generators.ts"] e5cee001_0354_7e76_ef0a_06dca71dc8ce --> cee553c6_ee67_0d2e_d45a_d71ef53bd652 c1024e1f_ad0d_438d_9b7a_a0a3cc791085["generators.test.ts"] c1024e1f_ad0d_438d_9b7a_a0a3cc791085 --> cee553c6_ee67_0d2e_d45a_d71ef53bd652 style cee553c6_ee67_0d2e_d45a_d71ef53bd652 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
/**
* The original source for first names data was taken from https://www.kaggle.com/datasets/kaggle/us-baby-names?select=StateNames.csv
*/
export default [
'Robert',
'John',
'Michael',
'David',
'James',
'Richard',
'Christopher',
'William',
'Daniel',
'Mark',
'Thomas',
'Jose',
'Joseph',
'Matthew',
'Jason',
'Andrew',
'Joshua',
'Steven',
'Anthony',
'Jonathan',
'Angel',
'Ryan',
'Kevin',
'Jacob',
'Nicholas',
'Brandon',
'Justin',
'Charles',
'Gary',
'Paul',
'Scott',
'George',
'Christian',
'Eric',
'Brian',
'Alexander',
'Ronald',
'Jayden',
'Juan',
'Edward',
'Noah',
'Diego',
'Donald',
'Ethan',
'Kyle',
'Peter',
'Jeffrey',
'Luis',
'Timothy',
'Nathan',
'Tyler',
'Frank',
'Stephen',
'Dennis',
'Larry',
'Jesus',
// ... (30222 more lines)
Domain
Imported By
Source
Frequently Asked Questions
What does firstNames.ts do?
firstNames.ts is a source file in the drizzle-orm codebase, written in typescript. It belongs to the DrizzleSeed domain.
What files import firstNames.ts?
firstNames.ts is imported by 2 file(s): Generators.ts, generators.test.ts.
Where is firstNames.ts in the architecture?
firstNames.ts is located at drizzle-seed/src/datasets/firstNames.ts (domain: DrizzleSeed, directory: drizzle-seed/src/datasets).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free