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-d4de8f5f804f721ffee589ea2a4cfef8500426de1c04d2186382af93f3d002a3.json
generated
Normal file
32
.sqlx/query-d4de8f5f804f721ffee589ea2a4cfef8500426de1c04d2186382af93f3d002a3.json
generated
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"db_name": "SQLite",
|
||||
"query": "SELECT * from users",
|
||||
"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": 0
|
||||
},
|
||||
"nullable": [
|
||||
false,
|
||||
false,
|
||||
false
|
||||
]
|
||||
},
|
||||
"hash": "d4de8f5f804f721ffee589ea2a4cfef8500426de1c04d2186382af93f3d002a3"
|
||||
}
|
||||
Reference in New Issue
Block a user