Files
gpodder-rs/.sqlx/query-38fb9412d5c6c46dc9d136caa6a58eae2d1782076f0cf7e7f4aeb362b5370acb.json
Matthew Pomes 3e3215b25f
Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 5m49s
Add sqlx cache to allow compile time verification in CI
2026-07-02 22:07:39 -05:00

21 lines
376 B
JSON

{
"db_name": "SQLite",
"query": "SELECT count(name) as count from users",
"describe": {
"columns": [
{
"name": "count",
"ordinal": 0,
"type_info": "Integer"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false
]
},
"hash": "38fb9412d5c6c46dc9d136caa6a58eae2d1782076f0cf7e7f4aeb362b5370acb"
}