🦿 Lucian Marin I like shelve in Python and I also like Notes app, but I hate iCloud. So I want to create a plain text notes app for myself that's using a single file instead of writing every file to the disk.
👽 Paul Webb Huh, that's an interesting concept. Just a single file...hmm.
7y, 8w 1 reply
Login or register your account to reply
🦿 Lucian Marin It can be done with SQLite or JSON, but with shelve you don't have to write SQL queries or parse JSON. It's not exactly a new concept. Also, in PHP you can use serialize($array) and unserialize($array) which is similar to shelve.
7y, 8w reply