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

29 lines
702 B
JSON

{
"db_name": "PostgreSQL",
"query": "\n SELECT\n is_active,\n settings as \"settings!: serde_json::Value\"\n FROM community_plugins\n WHERE community_id = $1 AND plugin_id = $2\n ",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "is_active",
"type_info": "Bool"
},
{
"ordinal": 1,
"name": "settings!: serde_json::Value",
"type_info": "Jsonb"
}
],
"parameters": {
"Left": [
"Uuid",
"Uuid"
]
},
"nullable": [
false,
false
]
},
"hash": "b5d49d78ba8674954210df5728d43dca77d453a7aae14fb8b0e57e0f7a44e03a"
}