Skip to content

Comment on SQLite as a Document Database (2020)

Comments

In my personal project (a game) I use an indexed key + a JSONB to store the save state, which comes from Lua.

So I can have cassette.propxyz = {1, 2, “abc”, true}

And

local anotherprop = cassette.leprop

Are you doing this because you also use SQLite for other relational data?

Possibly yes, otherwise I could use another simple solution

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.