Initial commit
This commit is contained in:
63
references/links-to-official-docs.md
Normal file
63
references/links-to-official-docs.md
Normal file
@@ -0,0 +1,63 @@
|
||||
# Official Documentation Links
|
||||
|
||||
Quick reference to all official documentation.
|
||||
|
||||
---
|
||||
|
||||
## Drizzle ORM
|
||||
|
||||
- **Main Site**: https://orm.drizzle.team/
|
||||
- **GitHub**: https://github.com/drizzle-team/drizzle-orm
|
||||
- **Cloudflare D1 Guide**: https://orm.drizzle.team/docs/connect-cloudflare-d1
|
||||
- **D1 HTTP API with Drizzle Kit**: https://orm.drizzle.team/docs/guides/d1-http-with-drizzle-kit
|
||||
|
||||
---
|
||||
|
||||
## Drizzle Kit
|
||||
|
||||
- **Overview**: https://orm.drizzle.team/docs/kit-overview
|
||||
- **Migrations**: https://orm.drizzle.team/docs/migrations
|
||||
- **Push Command**: https://orm.drizzle.team/docs/drizzle-kit-push
|
||||
- **Config File**: https://orm.drizzle.team/docs/drizzle-config-file
|
||||
|
||||
---
|
||||
|
||||
## Schema Definition
|
||||
|
||||
- **SQL Schema Declaration**: https://orm.drizzle.team/docs/sql-schema-declaration
|
||||
- **Column Types**: https://orm.drizzle.team/docs/column-types/sqlite
|
||||
- **Relations**: https://orm.drizzle.team/docs/rqb
|
||||
|
||||
---
|
||||
|
||||
## Queries
|
||||
|
||||
- **Select**: https://orm.drizzle.team/docs/select
|
||||
- **Insert**: https://orm.drizzle.team/docs/insert
|
||||
- **Update**: https://orm.drizzle.team/docs/update
|
||||
- **Delete**: https://orm.drizzle.team/docs/delete
|
||||
- **Relational Queries**: https://orm.drizzle.team/docs/rqb
|
||||
|
||||
---
|
||||
|
||||
## Cloudflare
|
||||
|
||||
- **D1 Documentation**: https://developers.cloudflare.com/d1/
|
||||
- **D1 Client API**: https://developers.cloudflare.com/d1/build-with-d1/d1-client-api/
|
||||
- **Wrangler D1 Commands**: https://developers.cloudflare.com/workers/wrangler/commands/#d1
|
||||
- **Workers Documentation**: https://developers.cloudflare.com/workers/
|
||||
|
||||
---
|
||||
|
||||
## Context7
|
||||
|
||||
- **Drizzle Library**: `/drizzle-team/drizzle-orm-docs`
|
||||
- **Usage**: Query Context7 MCP for up-to-date documentation snippets
|
||||
|
||||
---
|
||||
|
||||
## Community Resources
|
||||
|
||||
- **Drizzle Discord**: https://discord.gg/drizzle
|
||||
- **GitHub Issues**: https://github.com/drizzle-team/drizzle-orm/issues
|
||||
- **GitHub Discussions**: https://github.com/drizzle-team/drizzle-orm/discussions
|
||||
Reference in New Issue
Block a user