You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of v3.45.0, SQLite adds a jsonb() function which allows you to store their JSONB representation as BLOBs, saving some disk and gaining some performance.
Would love to use this from deno-sqlite!
The text was updated successfully, but these errors were encountered:
As of v3.45.0, SQLite adds a
jsonb()
function which allows you to store their JSONB representation as BLOBs, saving some disk and gaining some performance.Would love to use this from deno-sqlite!
The text was updated successfully, but these errors were encountered: