Files
book_library_server/.sqlx/query-b4733c7414c62520fb74e3302f9c01bc351153930117c58832981990db038e74.json
2024-12-25 23:30:28 +01:00

21 lines
366 B
JSON

{
"db_name": "PostgreSQL",
"query": "SELECT COUNT(*) FROM authors",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "count",
"type_info": "Int8"
}
],
"parameters": {
"Left": []
},
"nullable": [
null
]
},
"hash": "b4733c7414c62520fb74e3302f9c01bc351153930117c58832981990db038e74"
}