Back to Drizzle Orm

FileStructure

src/mdx/get-started/FileStructure.mdx

latest442 B
Original Source

Basic file structure

This is the basic file structure of the project. In the src/db directory, we have table definition in schema.ts. In drizzle folder there are sql migration file and snapshots.

plaintext
šŸ“¦ <project root>
 ā”œ šŸ“‚ drizzle
 ā”œ šŸ“‚ src
 │   ā”œ šŸ“‚ db
 │   │  ā”” šŸ“œ schema.ts
 │   ā”” šŸ“œ index.ts
 ā”œ šŸ“œ .env
 ā”œ šŸ“œ drizzle.config.ts
 ā”œ šŸ“œ package.json
 ā”” šŸ“œ tsconfig.json