Neon Database Dev
Settings statusline 149
Development-focused Neon monitor showing connection status, response time, and database activity. Perfect for daily development work. Setup: Add variables to your project's .env file or export them: NEON_ENDPOINT, NEON_DATABASE, NEON_API_KEY, and NEON_PROJECT_ID. Shows connection state, response time, pool status, compute usage, environment detection, and project info for development workflow.
npx claude-code-templates@latest --setting statusline/neon-database-dev claude-code — neon-database-dev
Content
JSON
{
"description": "Development-focused Neon monitor showing connection status, response time, and d..."
"statusLine": {
"type": "command"
"command": "bash -c 'input=$(cat); DIR=$(echo "$input" | jq -r ".workspace.current_dir" 2>/d..."
}
}