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

62 lines
1.3 KiB
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT plugin_name, plugin_type, display_name, description,\n is_core, is_recommended, default_enabled, category\n FROM default_plugins ORDER BY sort_order, plugin_name",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "plugin_name",
"type_info": "Varchar"
},
{
"ordinal": 1,
"name": "plugin_type",
"type_info": "Varchar"
},
{
"ordinal": 2,
"name": "display_name",
"type_info": "Varchar"
},
{
"ordinal": 3,
"name": "description",
"type_info": "Text"
},
{
"ordinal": 4,
"name": "is_core",
"type_info": "Bool"
},
{
"ordinal": 5,
"name": "is_recommended",
"type_info": "Bool"
},
{
"ordinal": 6,
"name": "default_enabled",
"type_info": "Bool"
},
{
"ordinal": 7,
"name": "category",
"type_info": "Varchar"
}
],
"parameters": {
"Left": []
},
"nullable": [
false,
false,
false,
true,
false,
false,
false,
true
]
},
"hash": "dd458a825f2295d6650263f39ed6f22d1da12443b80bd53a4b6c61e870b4cf07"
}