You can just use the filesystem and markdown files. That is a common way for applications to store note type data locally. This is what tools like Obsidian do and has the advantage of being easy to get the notes out if you want to use a different tool.
post
replies:
Rust already has one of the best text editors: helix.
Then just take notes in markdown.
Is it a fully local backend? If so, you don't need a database. JSON could be enough.
all 6 comments