{ "db_name": "SQLite", "query": "\n select\n id as \"id: Id\",\n password_hash as \"password_hash: StoredHash\"\n from login\n where name = $1\n ", "describe": { "columns": [ { "name": "id: Id", "ordinal": 0, "type_info": "Text" }, { "name": "password_hash: StoredHash", "ordinal": 1, "type_info": "Text" } ], "parameters": { "Right": 1 }, "nullable": [ false, false ] }, "hash": "67a4bc5f758852e19c50fab42d3fa9460e220c662d83c8af6e3412a317076e4d" }