SQLite 3.51 Brings New JSONB Functions and Better Performance
linuxiac.com·2h
Flag this post

The team behind SQLite, a free and open-source self-contained relational database engine widely used in embedded systems and applications, released SQLite 3.51, with the headline change being the addition of jsonb_each() and jsonb_tree(), new functions that mirror existing JSON utilities but return data in the binary JSONB format for array and object types.

Moreover, two well-known extensions, carray and percentile, are now included by default in the amalgamation, although they are still disabled unless explicitly enabled at compile time. There are also enhancements to the Tcl interface, which make scripting more flexible. These include an -asdict flag that represents row data as dictionaries and enables user-defined functions to break execution and return SQL NULL values.

On …

Similar Posts

Loading similar posts...