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 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": 1
},
"nullable": [
false,
false,
false
]
},
"hash": "46caa546db24d2c1e8192f9e699202be5129c74a5569b2dc7bf95761fe09a6a3"
}