drizzle-team / drizzle-team/drizzle-orm
[DOCS]: Small typo for schema files/folder organization
- Dominant language
- TypeScript
- Stars
- 35.8k
- Forks
- 1.6k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 4
Description
### Enhancement hasn't been filed before.
- [x] I have verified this enhancement I'm about to request hasn't been suggested before.
### Describe the enhancement you want to request
*In the "Drizzle Schema Organization" section, for the "[Schemas in multiple files](https://orm.drizzle.team/docs/sql-schema-declaration#schema-in-multiple-files)" part*
First example is correct:
> With this configuration, Drizzle will read from the `schema` folder
But then for the example of schemas organized per groups:
> With this configuration, Drizzle will read from the `schema.ts` file
It should also be "from `schema` folder".
The code example for the `drizzle.config.ts` file is correct though.
Contributor guide
Assessment
This issue has not been assessed yet.