SqlStorage: How to store an object?

I’m totally ignorant about this, but are we really running a tiny SQLite instance as a persistent store for our app data?
I figured we could just write something to long-term storage and reference it as-needed.
Is there no way to store an object (an array of arrays) without having to parse it out into key/value pairs?