Files
42marketplaces/sync/gh-jezweb-claude-skills-skills-neon-vercel-postgres.json
2025-11-30 09:08:53 +08:00

18 lines
770 B
JSON

{
"name": "neon-vercel-postgres",
"owner": {
"name": "Jeremy Dawes",
"email": "jeremy@jezweb.net"
},
"plugins": [
{
"name": "neon-vercel-postgres",
"description": "Set up serverless Postgres with Neon or Vercel Postgres for Cloudflare Workers/Edge. Includes connection pooling, git-like branching for preview environments, and Drizzle/Prisma integration. Use when: setting up edge Postgres, configuring database branching, or troubleshooting TCP not supported, connection pool exhausted, SSL config (sslmode=require), or Prisma edge compatibility.",
"source": {
"source": "url",
"url": "https://git.waymay.us/zhongwei/gh-jezweb-claude-skills-skills-neon-vercel-postgres.git"
},
"strict": true
}
]
}