adding all of our core sql systems
This commit is contained in:
parent
2408404ff4
commit
c9225680c3
20 changed files with 1055 additions and 227 deletions
32
.sqlx/query-8cc171f2be70148e4178fa23d34887be69527e6fda128b11a6279cd8cf410918.json
generated
Normal file
32
.sqlx/query-8cc171f2be70148e4178fa23d34887be69527e6fda128b11a6279cd8cf410918.json
generated
Normal file
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"db_name": "SQLite",
|
||||
"query": "SELECT title as \"title!\", file_path as \"path!\", id as \"id: i32\" from images",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
"name": "title!",
|
||||
"ordinal": 0,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "path!",
|
||||
"ordinal": 1,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "id: i32",
|
||||
"ordinal": 2,
|
||||
"type_info": "Integer"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Right": 0
|
||||
},
|
||||
"nullable": [
|
||||
false,
|
||||
false,
|
||||
false
|
||||
]
|
||||
},
|
||||
"hash": "8cc171f2be70148e4178fa23d34887be69527e6fda128b11a6279cd8cf410918"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue