account/.sqlx/query-0ef5f08a84d6864291cb6125610d9d3e1961530ae963f9ab5442482d81228590.json
red binder 9bf06fffd6
All checks were successful
Build and Test / account (push) Successful in 3m16s
serial number and cert hash route
2026-07-16 02:06:51 +02:00

28 lines
542 B
JSON

{
"db_name": "PostgreSQL",
"query": "select serial from certificates where hash = $1",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "serial",
"type_info": "Varchar",
"origin": {
"Table": {
"table": "certificates",
"name": "serial"
}
}
}
],
"parameters": {
"Left": [
"Bytea"
]
},
"nullable": [
true
]
},
"hash": "0ef5f08a84d6864291cb6125610d9d3e1961530ae963f9ab5442482d81228590"
}