E

Encoredev技能

encore-api
encoredev
使用 Encore.ts 建立型別安全的 API 端點。
official
encore-auth
encoredev
在 Encore.ts 中使用認證處理器和閘道器來實現身份驗證。
official
encore-bucket
encoredev
Store unstructured files in Encore.ts using `Bucket` from `encore.dev/storage/objects` — uploads, images, documents, blobs.
official
encore-cache
encoredev
Cache data in Redis from Encore.ts using `CacheCluster` and typed keyspaces from `encore.dev/storage/cache`. Type-safe key/value access with TTLs, atomic…
official
encore-code-review
encoredev
encore-code-review — 一個可安裝的 AI 代理技能,由 encoredev/skills 發布。
official
encore-cron
encoredev
Schedule periodic / recurring work in Encore.ts using `CronJob` from `encore.dev/cron`. Covers `every: "1h"` interval syntax and `schedule: "0 9 * * 1"` cron…
official
encore-database
encoredev
資料庫查詢、遷移以及與 Encore.ts 的 ORM 整合。
official
encore-frontend
encoredev
將 React/Next.js 應用程式連接到 Encore.ts 後端。
official
encore-getting-started
encoredev
開始使用 Encore.ts - 建立並執行你的第一個應用程式。
official
encore-go-api
encoredev
使用 Encore Go 建立 API 端點。
official
encore-go-auth
encoredev
使用 Encore Go 實作認證。
official
encore-go-bucket
encoredev
Store unstructured files in Encore Go using `objects.NewBucket` from `encore.dev/storage/objects` — uploads, images, documents, blobs.
official
encore-go-cache
encoredev
Cache data in Redis from Encore Go using `cache.NewCluster` and typed keyspaces from `encore.dev/storage/cache`. Type-safe key/value access with TTLs, atomic…
official
encore-go-code-review
encoredev
審查 Encore Go 程式碼以確保最佳實踐。
official
encore-go-cron
encoredev
Schedule periodic / recurring work in Encore Go using `cron.NewJob` from `encore.dev/cron`. Covers `Every: "1h"` interval syntax and `Schedule: "0 9 * * 1"`…
official
encore-go-database
encoredev
使用 Encore Go 進行資料庫查詢與遷移。
official
encore-go-getting-started
encoredev
開始使用 Encore Go。
official
encore-go-infrastructure
encoredev
使用 Encore Go 宣告基礎架構。
official
encore-go-pubsub
encoredev
Asynchronous messaging in Encore Go via `pubsub.NewTopic` and `pubsub.NewSubscription` from `encore.dev/pubsub` — broadcast events, decouple producers from…
official
encore-go-secret
encoredev
Manage API keys, credentials, and other secrets in Encore Go using a package-level `secrets` struct.
official
encore-go-service
encoredev
使用 Encore Go 構建服務。
official
encore-go-testing
encoredev
使用 Encore Go 測試 API 和服務。
official
encore-go-webhook
encoredev
Receive inbound webhooks from external services (Stripe, GitHub, Slack, Twilio, etc.) in Encore Go using `//encore:api raw`. The right skill any time the user…
official
encore-infrastructure
encoredev
encore-infrastructure — 一個可安裝的 AI 代理技能,由 encoredev/skills 發布。
official
encore-migrate
encoredev
將現有後端應用程式遷移至 Encore。支援任何原始語言/框架,目標為 Encore.ts 或 Encore Go。將實體分組進行遷移…
official
encore-pubsub
encoredev
Asynchronous messaging in Encore.ts via `Topic` and `Subscription` from `encore.dev/pubsub` — broadcast events, decouple producers from consumers, and run…
official
encore-secret
encoredev
Manage API keys, credentials, and other secrets in Encore.ts using `secret(...)` from `encore.dev/config`.
official
encore-service
encoredev
結構化並組織 Encore.ts 服務。
official
encore-testing
encoredev
使用 Encore.ts 中的 Vitest 測試 API 和服務。
official
encore-webhook
encoredev
Receive inbound webhooks from external services (Stripe, GitHub, Slack, Twilio, etc.) using `api.raw(...)` from `encore.dev/api`. The right skill any time the…
official