likwid/backend/.sqlx/query-aadb91fe11c7e3106062a2055b0196ca12ed20e40513bc14f11f4a8bd5623a3f.json
Marco Allegretti 910a6465f2 Initial commit: Likwid governance platform
- Backend: Rust/Axum with PostgreSQL, plugin architecture
- Frontend: Astro with polished UI
- Voting methods: Approval, Ranked Choice, Schulze, STAR, Quadratic
- Features: Liquid delegation, transparent moderation, structured deliberation
- Documentation: User and admin guides in /docs
- Deployment: Docker/Podman compose files for production and demo
- Demo: Seeded data with 3 communities, 13 users, 7 proposals

License: AGPLv3
2026-01-27 17:21:58 +01:00

14 lines
438 B
JSON

{
"db_name": "PostgreSQL",
"query": "INSERT INTO delegate_profiles (user_id, total_delegators)\n VALUES ($1, 1)\n ON CONFLICT (user_id) DO UPDATE SET total_delegators = delegate_profiles.total_delegators + 1",
"describe": {
"columns": [],
"parameters": {
"Left": [
"Uuid"
]
},
"nullable": []
},
"hash": "aadb91fe11c7e3106062a2055b0196ca12ed20e40513bc14f11f4a8bd5623a3f"
}