notesmachine/server/nm-store/src/sql
Elf M. Sternberg 72fb3b11ee FEAT Delete & Update note is now complete.
Well, as complete as it could be without proper automated testing.
I think there'll be some more testing soon, as it doesn't make sense
for it to hang out so blatantly like this.

Both a fmt and clippy pass have shaken all the lint off, and right
now it builds without warnings or lintings.  Wheee!
2020-10-26 18:54:56 -07:00
..
initialize_database.sql FEAT Delete & Update note is now complete. 2020-10-26 18:54:56 -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 Holy chao. The CTE works. 2020-10-09 14:01:47 -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