Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update readme
  • Loading branch information
drewjs committed Jun 18, 2024
commit 4c58cfd8c608fdef7e6da059388f5c6f3be1b60b
5 changes: 3 additions & 2 deletions drizzle-orm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ Open this example on [CodeSandbox](https://codesandbox.com):
Relevant files:

- [drizzle](./drizzle) migrations and drizzle-related meta information
- [app/db/db.server.ts] setup database client
- [package.json] add `db:*` scripts and drizzle dependencies
- [app/db.server.ts] setup database client
- [app/schema.ts] define database schema
- [package.json] add `generate` script and drizzle dependencies

## Related Links

Expand Down