๐Ÿ’พ Archived View for station.martinrue.com โ€บ jsreed5 โ€บ ca95b65a22d44f4696ef56a92f11c4a5 captured on 2024-12-17 at 15:00:38. Gemini links have been rewritten to link to archived content

View Raw

More Information

โฌ…๏ธ Previous capture (2024-09-29)

๐Ÿšง View Differences

-=-=-=-=-=-=-

๐Ÿ‘ฝ jsreed5

When the CGIs on my capsule need to store data, I use SQLite as the backend. I'd like to try out a document-oriented NoSQL database for my next project. MongoDB is the obvious choice, but I don't like its licensing terms, and I like that SQLite doesn't require a process to run all the time. Is there an open-source document-oriented database analogous to SQLite?

5 months ago

Actions

๐Ÿ‘‹ Join Station

1 Reply

๐Ÿ‘ฝ dimkr

You can technically use sqlite but with 2 columns per table, key and JSON value. Then you can use ->, ->>, json_set(), etc' to filter and modify values. ยท 5 months ago