Files
gpodder-rs/.sqlx/query-d4de8f5f804f721ffee589ea2a4cfef8500426de1c04d2186382af93f3d002a3.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

33 lines
565 B
JSON

{
"db_name": "SQLite",
"query": "SELECT * from users",
"describe": {
"columns": [
{
"name": "name",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "role",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "password",
"ordinal": 2,
"type_info": "Text"
}
],
"parameters": {
"Right": 0
},
"nullable": [
false,
false,
false
]
},
"hash": "d4de8f5f804f721ffee589ea2a4cfef8500426de1c04d2186382af93f3d002a3"
}