| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | modify schema (again) | 2021-08-05 | 1 | -0/+0 | |
| | | | | | | | | | | | | | | This bundles the data and filename into the cards table, with a CHECK enforcing that both cannot be set. They are unset when they are NULL. Cards can have both data and filename be NULL, meaning that there is nothing associated with the title. These cards can still be tagged like normal. When inserting a new blob (or filename), the program checks if there is currently a filename (or blob, when you insert a filename) associated with the card. The program will then prompt you if you want to overwrite the blob or filename. | ||||
| * | example/query.md: change to what the code actually implements | 2021-07-26 | 1 | -3/+3 | |
| | | |||||
| * | start query parser | 2021-07-26 | 1 | -0/+14 | |
| | | |||||
| * | add list tags and list cards | 2021-07-26 | 1 | -0/+0 | |
| | | |||||
| * | underwriter: start new argument parser | 2021-07-26 | 2 | -0/+36 | |
| | | |||||
| * | add inspect_tagmap.md | 2021-07-26 | 1 | -0/+12 | |
| | | |||||
| * | add renaming | 2021-07-26 | 2 | -0/+0 | |
| | | |||||
| * | add more documentation cards | 2021-07-26 | 1 | -0/+0 | |
| | | |||||
| * | use an actual schema for storing tag data | 2021-07-26 | 3 | -2/+16 | |
| | | |||||
| * | untag: actually remove note from tag lists | 2021-07-26 | 1 | -0/+4 | |
| | | |||||
| * | modify examples and add tag_idempotent.md | 2021-07-26 | 3 | -2/+7 | |
| | | |||||
| * | make sure tagging does not add a tag more than once | 2021-07-26 | 3 | -2/+6 | |
| | | |||||
| * | add ability to add cards to database | 2021-07-26 | 2 | -0/+3 | |
