{
"databases": {
"highlights": {
"tables": {
"highlight": {
"fts_table": "highlight_fts",
"fts_pk": "id"
},
"_sqlx_migrations": {
"hidden": true
}
},
"queries": {
"search": "select id, book_id, text, note, location from highlight where id in (select rowid from highlight_fts where highlight_fts match escape_fts(:q))"
}
}
}
}