Axium/.sqlx/query-f148d6cd5407b8f4fd3306e16293404331e69dea6a735b81b95e825bf3f9ff16.json
2025-02-28 18:45:36 +01:00

59 lines
1.1 KiB
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT id, user_id, task, description, creation_date, completion_date, completed \n FROM todos WHERE user_id = $1",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "id",
"type_info": "Uuid"
},
{
"ordinal": 1,
"name": "user_id",
"type_info": "Uuid"
},
{
"ordinal": 2,
"name": "task",
"type_info": "Text"
},
{
"ordinal": 3,
"name": "description",
"type_info": "Text"
},
{
"ordinal": 4,
"name": "creation_date",
"type_info": "Date"
},
{
"ordinal": 5,
"name": "completion_date",
"type_info": "Date"
},
{
"ordinal": 6,
"name": "completed",
"type_info": "Bool"
}
],
"parameters": {
"Left": [
"Uuid"
]
},
"nullable": [
false,
false,
false,
true,
false,
true,
true
]
},
"hash": "f148d6cd5407b8f4fd3306e16293404331e69dea6a735b81b95e825bf3f9ff16"
}