issues_fts: 267759136
This data as json
rowid | title | body |
---|---|---|
267759136 | Config file with support for defining canned queries | Probably using YAML because then we get support for multiline strings: bats: db: bats.sqlite3 name: "Bat sightings" queries: specific_row: | select * from Bats where a = 1; |