notesmachine/server/nm-store/src/sql
Elf M. Sternberg 1b8e1c067d derive_builder pattern is applied successfully.
This is mostly an exercise to understand the derive_builder pattern.
It required a few tips to get it working, but in the end, it's
actually what I want.

I also learned a lot about how the Executor pattern, the Results<> object,
error mapping, and futures interact in this code.  This is going to be
incredibly useful long-term, as long as I still keep this project "live"
in my head.
2020-10-08 12:18:08 -07:00
..
initialize_database.sql FEAT Can now retrieve and individual date by public ID. 2020-09-29 18:24:34 -07:00
insert_one_note.sql FEAT Can now retrieve and individual date by public ID. 2020-09-29 18:24:34 -07:00
insert_one_page.sql FEAT: Can save a new page. Automagically includes its root note. 2020-09-30 07:37:18 -07:00
select_note_collection_from_root.sql derive_builder pattern is applied successfully. 2020-10-08 12:18:08 -07:00
select_one_note.sql FEAT Can now retrieve and individual date by public ID. 2020-09-29 18:24:34 -07:00
select_one_page.sql FEAT: Can save a new page. Automagically includes its root note. 2020-09-30 07:37:18 -07:00
update_one_note.sql FEAT Can update a raw note. 2020-09-30 09:17:37 -07:00