mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-02-10 13:33:09 +00:00
- 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
16 lines
562 B
JSON
16 lines
562 B
JSON
{
|
|
"db_name": "PostgreSQL",
|
|
"query": "UPDATE export_jobs SET \n status = 'completed', completed_at = NOW(),\n record_count = $2, file_size_bytes = $3,\n download_expires_at = NOW() + INTERVAL '7 days'\n WHERE id = $1",
|
|
"describe": {
|
|
"columns": [],
|
|
"parameters": {
|
|
"Left": [
|
|
"Uuid",
|
|
"Int4",
|
|
"Int8"
|
|
]
|
|
},
|
|
"nullable": []
|
|
},
|
|
"hash": "a9d4611cf695893da6a962355b974077340a56497e7bc9100f288cb1195267ad"
|
|
}
|