notesmachine/server
Elf M. Sternberg 9337b98ad3 REFACTOR Again! note->note and note->kasten are now separate tables
This was getting semantically confusing, so I decided to short
circuit the whole mess by separating the two.  The results are
promising.  It does mean that deleting a note means traversing
two tables to clean out all the cruft, which is *sigh*, but it
also means that the tree is stored in one table and the graph in
another, giving us a much better separation of concerns down at
the SQL layer.
2020-11-04 17:53:25 -08:00
..
nm-store REFACTOR Again! note->note and note->kasten are now separate tables 2020-11-04 17:53:25 -08:00
nm-store-cli Note/Page reference relationships now built. 2020-10-16 07:16:57 -07:00
nm-trees A reset for the single table case. 2020-11-02 18:32:01 -08:00