Prepare sqlx for offline checks
This commit is contained in:
parent
71c1432fd1
commit
d8dcc7099d
27 changed files with 628 additions and 0 deletions
20
.sqlx/query-64f94c089fe10fe1b6e2c63e535003588482a67f698e00b0563549a4bd9897ce.json
generated
Normal file
20
.sqlx/query-64f94c089fe10fe1b6e2c63e535003588482a67f698e00b0563549a4bd9897ce.json
generated
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"db_name": "SQLite",
|
||||
"query": "SELECT 'Hello, world!' as message",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
"name": "message",
|
||||
"ordinal": 0,
|
||||
"type_info": "Text"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Right": 0
|
||||
},
|
||||
"nullable": [
|
||||
false
|
||||
]
|
||||
},
|
||||
"hash": "64f94c089fe10fe1b6e2c63e535003588482a67f698e00b0563549a4bd9897ce"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue