Gemini 3 Thinking is really good at brainstorming implementation architectures for my notes app.
I'm trying to decide how I want to store notes. Currently, I have an approach of using a local JSON-file for each note document, but I _need_ a local SQLite database for version control and other features.
Technically, I don't really need the database for version control, as I could have a `/.history/[note-id]` folder and then store each version of the note, but this is not efficient at all. It increases disk usage like crazy compared to the database-approach. #dev
Thread
Login to reply
Replies ()
No replies yet. Be the first to leave a comment!