logoalt Hacker News

delducatoday at 4:15 PM1 replyview on HN

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


Replies

nonethewisertoday at 4:36 PM

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

show 1 reply