Skip to content

Commit

Permalink
add offline sql data
Browse files Browse the repository at this point in the history
  • Loading branch information
belst committed Jan 11, 2022
1 parent 1e9f9fd commit 44fcb27
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions sqlx-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,38 @@
]
}
},
"ab33b7f99c33920e077ebf8e1a8cff26e900486f8b05fc6a1db32b76123af02d": {
"query": "select t.* from tokens t where t.user_id = $1",
"describe": {
"columns": [
{
"ordinal": 0,
"name": "user_id",
"type_info": "Int4"
},
{
"ordinal": 1,
"name": "token",
"type_info": "Text"
},
{
"ordinal": 2,
"name": "name",
"type_info": "Text"
}
],
"parameters": {
"Left": [
"Int4"
]
},
"nullable": [
false,
false,
false
]
}
},
"c6b37fc8c7116e4a7c9e4671cdbecfa52e2121def2eec61d8ebed0fec2375314": {
"query": "select * from users",
"describe": {
Expand Down

0 comments on commit 44fcb27

Please sign in to comment.