issues_labels
9 rows where labels_id = 5243620961
This data as json, CSV (advanced)
Link | labels_id | issues_id |
---|---|---|
1616347574,5243620961 | enhancement 5243620961 | Initial proof of concept with ChatGPT 1616347574 |
1616354999,5243620961 | enhancement 5243620961 | First working version 1616354999 |
1616422013,5243620961 | enhancement 5243620961 | `apple-notes-to-sqlite --dump` option 1616422013 |
1616429236,5243620961 | enhancement 5243620961 | Support incremental updates 1616429236 |
1616440856,5243620961 | enhancement 5243620961 | Configure full text search 1616440856 |
1617769847,5243620961 | enhancement 5243620961 | Folder support 1617769847 |
1617938730,5243620961 | enhancement 5243620961 | Default to just storing plaintext, store HTML if `--html` is passed 1617938730 |
1617962395,5243620961 | enhancement 5243620961 | Include schema in README 1617962395 |
1618130434,5243620961 | enhancement 5243620961 | Implement a SQL view to make it easier to query files in a nested folder 1618130434 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issues_labels] ( [labels_id] INTEGER REFERENCES [labels]([id]), [issues_id] INTEGER REFERENCES [issues]([id]), PRIMARY KEY ([issues_id], [labels_id]) ); CREATE INDEX [idx_issues_labels_issues_id] ON [issues_labels] ([issues_id]); CREATE INDEX [idx_issues_labels_labels_id] ON [issues_labels] ([labels_id]);