this post was submitted on 02 May 2026
5 points (100.0% liked)

Rust Programming

9300 readers
1 users here now

founded 7 years ago
MODERATORS
 

Hi everyone I was thinking of creating a backend module that has functione for a note taking(search, sort, etc). So anyone can implement a ui on top of it.

I have some basic understanding of rust (made a just-working chip-8 emulator). But I've never used SQL or other database.

Is this plausible? Is there a similar project that I can use as reference? What are the mistakes I should avoid?

you are viewing a single comment's thread
view the rest of the comments
[–] RustyNova@lemmy.world 1 points 1 month ago

Is it a fully local backend? If so, you don't need a database. JSON could be enough.