Closed EduFrazao closed 9 months ago
SQLite 3.45 brings the JSONB storage format, that allows SQLIte to store and handle its internal JSON implementation in any a blob column to avoid the overhead of parsing JSON text.
More at: https://sqlite.org/releaselog/3_45_1.html
SQLite 3.45 brings the JSONB storage format, that allows SQLIte to store and handle its internal JSON implementation in any a blob column to avoid the overhead of parsing JSON text.
More at: https://sqlite.org/releaselog/3_45_1.html