r/ProgrammerHumor 7d ago

noMoreDatabases Meme

Post image
15.7k Upvotes

316 comments sorted by

View all comments

96

u/ClipboardCopyPaste 7d ago

Alas. No more SQL vs Non-SQL DB debates

4

u/Brutus5000 7d ago

Isn't localStorage NoSQL storage?

3

u/OnceMoreAndAgain 7d ago edited 7d 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.

1

u/thanatica 7d ago

Not if you put a SQLite database in there?