We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d957ea commit 4c58cfdCopy full SHA for 4c58cfd
drizzle-orm/README.md
@@ -13,8 +13,9 @@ Open this example on [CodeSandbox](https://codesandbox.com):
13
Relevant files:
14
15
- [drizzle](./drizzle) migrations and drizzle-related meta information
16
-- [app/db/db.server.ts] setup database client
17
-- [package.json] add `db:*` scripts and drizzle dependencies
+- [app/db.server.ts] setup database client
+- [app/schema.ts] define database schema
18
+- [package.json] add `generate` script and drizzle dependencies
19
20
## Related Links
21
0 commit comments