Replies: 2 comments 2 replies
-
|
Ok, my bad, I placed the execution part before the initialization part so the Database wasn't ready. For anyone else, just use: new TextEncoder().encode(JSON.stringify(value)) |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
So, just |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to save relative big JSON in the Database and thought about doing so with the BLOB type, but that does not work in my tests in a browser.
Any hints? I would like to avoid just saving the
JSON.stringifyresult (and no, I cannot split the JSON into parts to save each as a column).From my search I saw that jeep-sqlite uses only
execwhererunwould supportUint8Array. Is this because of some native limitations?Beta Was this translation helpful? Give feedback.
All reactions