Add sqlx cache to allow compile time verification in CI
Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 5m49s
Some checks failed
Cargo Build & Test / Rust project - latest (stable) (push) Failing after 5m49s
This commit is contained in:
32
.sqlx/query-3a0708525a9b79496995698914aa04b30a09af51179b91f58e4c495f2d02ccf4.json
generated
Normal file
32
.sqlx/query-3a0708525a9b79496995698914aa04b30a09af51179b91f58e4c495f2d02ccf4.json
generated
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"db_name": "SQLite",
|
||||
"query": "SELECT * from users where name = ?",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
"name": "name",
|
||||
"ordinal": 0,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "role",
|
||||
"ordinal": 1,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "password",
|
||||
"ordinal": 2,
|
||||
"type_info": "Text"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Right": 1
|
||||
},
|
||||
"nullable": [
|
||||
false,
|
||||
false,
|
||||
false
|
||||
]
|
||||
},
|
||||
"hash": "3a0708525a9b79496995698914aa04b30a09af51179b91f58e4c495f2d02ccf4"
|
||||
}
|
||||
Reference in New Issue
Block a user