sqlx v0.7.x

This commit is contained in:
Philippe Loctaux 2023-11-15 20:10:40 +01:00
parent 2e5a1b0c42
commit e6d3329f6f
74 changed files with 2623 additions and 2418 deletions

View file

@ -0,0 +1,32 @@
{
"db_name": "SQLite",
"query": "select user,\n role,\n created_at as \"created_at: DateTime<Utc>\"\n\nfrom permissions\nwhere user is (?)\n and role is (?)\n",
"describe": {
"columns": [
{
"name": "user",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "role",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "created_at: DateTime<Utc>",
"ordinal": 2,
"type_info": "Text"
}
],
"parameters": {
"Right": 2
},
"nullable": [
false,
false,
false
]
},
"hash": "73bdbde04fca37f2411e7a9e1b6dbccc0dd4d12ebcb933024d9867f07bba3eb8"
}