OP-Engineering / op-sqlite

Fastest SQLite library for react-native by @ospfranco
MIT License
598 stars 41 forks source link

SQLite upgrade to 3.45.1 #49

Closed EduFrazao closed 9 months ago

EduFrazao commented 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