{ "db": "SQLite", "112b5723b62084ee14191a2f8773d2493814d70bfc4d4ce046655958d2ae472b": { "describe": { "columns": [ { "name": "uuid: Uuid", "ordinal": 0, "type_info": "Text" }, { "name": "user_uuid: Uuid", "ordinal": 1, "type_info": "Int64" }, { "name": "device_id", "ordinal": 2, "type_info": "Text" }, { "name": "display_name", "ordinal": 3, "type_info": "Text" } ], "nullable": [ false, false, false, false ], "parameters": { "Right": 4 } }, "query": "insert into devices(uuid, user_uuid, device_id, display_name)\n values(?, ?, ?, ?)\n returning uuid as 'uuid: Uuid', user_uuid as 'user_uuid: Uuid', device_id, display_name" }, "221d0935dff8911fe58ac047d39e11b0472d2180d7c297291a5dc440e00efb80": { "describe": { "columns": [ { "name": "uuid: Uuid", "ordinal": 0, "type_info": "Text" }, { "name": "device_uuid: Uuid", "ordinal": 1, "type_info": "Int64" }, { "name": "key", "ordinal": 2, "type_info": "Text" } ], "nullable": [ false, false, false ], "parameters": { "Right": 3 } }, "query": "insert into sessions(uuid, device_uuid, key)\n values(?, ?, ?)\n returning uuid as 'uuid: Uuid', device_uuid as 'device_uuid: Uuid', key" }, "3fead3dac0e110757bc30be40bb0c6c2bc02127b6d9b6145bfc40fa5fe22ad06": { "describe": { "columns": [ { "name": "uuid: Uuid", "ordinal": 0, "type_info": "Text" }, { "name": "user_id: UserId", "ordinal": 1, "type_info": "Text" }, { "name": "display_name", "ordinal": 2, "type_info": "Text" }, { "name": "password", "ordinal": 3, "type_info": "Text" } ], "nullable": [ false, false, false, false ], "parameters": { "Right": 4 } }, "query": "insert into users(uuid, user_id, display_name, password)\n values (?, ?, ?, ?)\n returning uuid as 'uuid: Uuid', user_id as 'user_id: UserId', display_name, password" }, "58d27b1d424297504f1da2e3b9b4020121251c1155fbf5dc870dafbef97659f3": { "describe": { "columns": [ { "name": "user_id", "ordinal": 0, "type_info": "Text" } ], "nullable": [ false ], "parameters": { "Right": 1 } }, "query": "select user_id from users where user_id = ?" }, "778b7f0a1c66f00812f0232a5904b7b6b295720ebb75d1c2720afeeda4f66936": { "describe": { "columns": [ { "name": "uuid: Uuid", "ordinal": 0, "type_info": "Text" }, { "name": "user_id: UserId", "ordinal": 1, "type_info": "Text" }, { "name": "display_name", "ordinal": 2, "type_info": "Text" }, { "name": "password", "ordinal": 3, "type_info": "Text" } ], "nullable": [ false, false, false, false ], "parameters": { "Right": 5 } }, "query": "update users set uuid = ?, user_id = ?, display_name = ?, password = ?\n where uuid = ?\n returning uuid as 'uuid: Uuid', user_id as 'user_id: UserId', display_name, password" }, "f57c49e5390c81f971851ff9ab35242a472b9efbb1ffa658de9b102188769750": { "describe": { "columns": [ { "name": "uuid: Uuid", "ordinal": 0, "type_info": "Text" }, { "name": "user_id: UserId", "ordinal": 1, "type_info": "Text" }, { "name": "display_name", "ordinal": 2, "type_info": "Text" }, { "name": "password", "ordinal": 3, "type_info": "Text" } ], "nullable": [ false, false, false, false ], "parameters": { "Right": 1 } }, "query": "select uuid as 'uuid: Uuid', user_id as 'user_id: UserId', display_name, password\n from users where user_id = ?" } }