{ "db_name": "SQLite", "query": "\n SELECT COUNT(*) as count\n FROM transaction_hashes\n WHERE block_hash = $1\n ", "describe": { "columns": [ { "name": "count", "ordinal": 0, "type_info": "Integer" } ], "parameters": { "Right": 1 }, "nullable": [ false ] }, "hash": "2348bd412ca114197996e4395fd68c427245f94b80d37ec3aef04cd96fb36298" }