sarmentine/.sqlx/query-5f35fdcf88f734bf92f66012bb7bf9ceb02e4e91dfccae7b16f4365fa46db709.json
Butter dc7eb57640
Some checks failed
CI / Check (push) Failing after 20s
CI / Build & Push Docker Image (push) Has been skipped
CI / Deploy to Rocky (push) Has been skipped
added basic admin tools
i can ban users now!
2026-05-04 18:40:01 -04:00

21 lines
373 B
JSON

{
"db_name": "SQLite",
"query": "SELECT COUNT(*) as 'count!' FROM users",
"describe": {
"columns": [
{
"name": "count!",
"ordinal": 0,
"type_info": "Int"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false
]
},
"hash": "5f35fdcf88f734bf92f66012bb7bf9ceb02e4e91dfccae7b16f4365fa46db709"
}