adding some sqlx stuff
This commit is contained in:
parent
0a1800ad71
commit
6de638440f
16 changed files with 318 additions and 0 deletions
92
.sqlx/query-eafd47ac0c3f5952e63f446a9228ad06967a62831adbac9ed5727a80e3f8cca8.json
generated
Normal file
92
.sqlx/query-eafd47ac0c3f5952e63f446a9228ad06967a62831adbac9ed5727a80e3f8cca8.json
generated
Normal file
|
@ -0,0 +1,92 @@
|
|||
{
|
||||
"db_name": "SQLite",
|
||||
"query": "SELECT vorder as \"verse_order!\", fontSize as \"font_size!: i32\", backgroundType as \"background_type!\", horizontalTextAlignment as \"horizontal_text_alignment!\", verticalTextAlignment as \"vertical_text_alignment!\", title as \"title!\", font as \"font!\", background as \"background!\", lyrics as \"lyrics!\", ccli as \"ccli!\", author as \"author!\", audio as \"audio!\", id as \"id: i32\" from songs",
|
||||
"describe": {
|
||||
"columns": [
|
||||
{
|
||||
"name": "verse_order!",
|
||||
"ordinal": 0,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "font_size!: i32",
|
||||
"ordinal": 1,
|
||||
"type_info": "Integer"
|
||||
},
|
||||
{
|
||||
"name": "background_type!",
|
||||
"ordinal": 2,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "horizontal_text_alignment!",
|
||||
"ordinal": 3,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "vertical_text_alignment!",
|
||||
"ordinal": 4,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "title!",
|
||||
"ordinal": 5,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "font!",
|
||||
"ordinal": 6,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "background!",
|
||||
"ordinal": 7,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "lyrics!",
|
||||
"ordinal": 8,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "ccli!",
|
||||
"ordinal": 9,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "author!",
|
||||
"ordinal": 10,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "audio!",
|
||||
"ordinal": 11,
|
||||
"type_info": "Text"
|
||||
},
|
||||
{
|
||||
"name": "id: i32",
|
||||
"ordinal": 12,
|
||||
"type_info": "Integer"
|
||||
}
|
||||
],
|
||||
"parameters": {
|
||||
"Right": 0
|
||||
},
|
||||
"nullable": [
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
false,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
true,
|
||||
false
|
||||
]
|
||||
},
|
||||
"hash": "eafd47ac0c3f5952e63f446a9228ad06967a62831adbac9ed5727a80e3f8cca8"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue