rss-reader/.sqlx/query-7698fc853218a67cf22338697be3b504220e8fbf845e32945273c7e5cd579152.json
2025-02-05 01:01:10 -08:00

69 lines
1.8 KiB
JSON

{
"db_name": "SQLite",
"query": "\n SELECT \n id as \"id!: String\",\n entry_id,\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": "entry_id",
"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": "7698fc853218a67cf22338697be3b504220e8fbf845e32945273c7e5cd579152"
}