likwid/backend/.sqlx/query-2f7f1f0d1960020529d167240c56abc5bcc6fcd5615890279d2bafcde467fe61.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

52 lines
1.1 KiB
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT \n is_valid,\n total_entries,\n broken_at_sequence,\n expected_hash,\n actual_hash,\n error_message\n FROM verify_ledger_chain($1)",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "is_valid",
"type_info": "Bool"
},
{
"ordinal": 1,
"name": "total_entries",
"type_info": "Int8"
},
{
"ordinal": 2,
"name": "broken_at_sequence",
"type_info": "Int8"
},
{
"ordinal": 3,
"name": "expected_hash",
"type_info": "Text"
},
{
"ordinal": 4,
"name": "actual_hash",
"type_info": "Text"
},
{
"ordinal": 5,
"name": "error_message",
"type_info": "Text"
}
],
"parameters": {
"Left": [
"Uuid"
]
},
"nullable": [
null,
null,
null,
null,
null,
null
]
},
"hash": "2f7f1f0d1960020529d167240c56abc5bcc6fcd5615890279d2bafcde467fe61"
}