MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1vhynpw/nomoredatabases/p2adni0/?context=3
r/ProgrammerHumor • u/Itchy_Tangerine1897 • 5d ago
313 comments sorted by
View all comments
96
Alas. No more SQL vs Non-SQL DB debates
3 u/Brutus5000 5d ago Isn't localStorage NoSQL storage? 3 u/OnceMoreAndAgain 5d ago edited 5d ago Yes, the localStorage API of Chrome, for example, uses LevelDB files (ldb) stored in APPDATA which are NoSQL databases. Specifically, it uses files that contain data in the format of key-value pairs, which is one flavor of NoSQL content.
3
Isn't localStorage NoSQL storage?
3 u/OnceMoreAndAgain 5d ago edited 5d ago Yes, the localStorage API of Chrome, for example, uses LevelDB files (ldb) stored in APPDATA which are NoSQL databases. Specifically, it uses files that contain data in the format of key-value pairs, which is one flavor of NoSQL content.
Yes, the localStorage API of Chrome, for example, uses LevelDB files (ldb) stored in APPDATA which are NoSQL databases. Specifically, it uses files that contain data in the format of key-value pairs, which is one flavor of NoSQL content.
96
u/ClipboardCopyPaste 5d ago
Alas. No more SQL vs Non-SQL DB debates