notesmachine/server
Elf M. Sternberg 1565fef001 REFACTOR: Dry'ing out the insert_new_note feature.
Since both `insert_page` and `insert_note` need to insert a note,
having that code twice in the same block was annoying, especially
since discovering that my oh-so-clever use of `include_str!`
precludes me from using the `query!` macros, which want the strings
included *before* doing analysis.

All that wrestling with the Transaction type turned out to be much
simpler when I was able to just devolve it into an Executor.
2020-09-30 08:53:45 -07:00
..
nm-store REFACTOR: Dry'ing out the insert_new_note feature. 2020-09-30 08:53:45 -07:00
nm-store-cli DOC Phase one committed to the project, the basic layout of the backstore. 2020-09-27 05:35:37 -07:00