{ "db_name": "SQLite", "query": "SELECT id, email, username, password_hash, role, bio, avatar_path FROM users WHERE email = ?", "describe": { "columns": [ { "name": "id", "ordinal": 0, "type_info": "Text" }, { "name": "email", "ordinal": 1, "type_info": "Text" }, { "name": "username", "ordinal": 2, "type_info": "Text" }, { "name": "password_hash", "ordinal": 3, "type_info": "Text" }, { "name": "role", "ordinal": 4, "type_info": "Text" }, { "name": "bio", "ordinal": 5, "type_info": "Text" }, { "name": "avatar_path", "ordinal": 6, "type_info": "Text" } ], "parameters": { "Right": 1 }, "nullable": [ true, false, false, false, false, true, true ] }, "hash": "1edf77b936b825139735e4f92bc472031e3231235ca5fe40732d7bdfddc4cbba" }