rss-reader/.sqlx/query-2bbed6f20243ced25ac9359afefafb5ddffdff949250e0e4e35bf399fc0199fc.json
2025-02-05 02:33:11 -08:00

69 lines
1.8 KiB
JSON

{
"db_name": "SQLite",
"query": "\n SELECT \n id as \"id!: String\",\n local_id as \"local_id!: String\",\n title,\n published as \"published: Option<chrono::DateTime<Utc>>\",\n updated as \"updated: Option<chrono::DateTime<Utc>>\",\n summary,\n content,\n link,\n marked_read as \"marked_read: Option<chrono::DateTime<Utc>>\"\n FROM feed_entries \n WHERE feed_id = ?\n ORDER BY published DESC NULLS LAST\n LIMIT ?\n ",
"describe": {
"columns": [
{
"name": "id!: String",
"ordinal": 0,
"type_info": "Text"
},
{
"name": "local_id!: String",
"ordinal": 1,
"type_info": "Text"
},
{
"name": "title",
"ordinal": 2,
"type_info": "Text"
},
{
"name": "published: Option<chrono::DateTime<Utc>>",
"ordinal": 3,
"type_info": "Datetime"
},
{
"name": "updated: Option<chrono::DateTime<Utc>>",
"ordinal": 4,
"type_info": "Datetime"
},
{
"name": "summary",
"ordinal": 5,
"type_info": "Text"
},
{
"name": "content",
"ordinal": 6,
"type_info": "Text"
},
{
"name": "link",
"ordinal": 7,
"type_info": "Text"
},
{
"name": "marked_read: Option<chrono::DateTime<Utc>>",
"ordinal": 8,
"type_info": "Datetime"
}
],
"parameters": {
"Right": 2
},
"nullable": [
true,
false,
false,
true,
true,
false,
true,
true,
true
]
},
"hash": "2bbed6f20243ced25ac9359afefafb5ddffdff949250e0e4e35bf399fc0199fc"
}