SQLite 3.43 unveiled with new features and JSON performance improvements
Aug 25, 2023 at 3:50 PM

SQLite 3.43 unveiled with new features and JSON performance improvements

SQLite, the database engine developed in C programming language, has announced the release of its latest version, 3.43. This update introduces several new features and performance improvements.

Among the new features is the support for Contentless-Delete FTS5 Indexes, a variant of FTS5 full-text search index that allows for record deletion while eliminating the need to store the content being indexed.

The 3.43 version also introduces performance upgrades for JSON processing. This enhancement results in a doubling of performance for certain types of processing on large JSON strings. Beyond these key updates, SQLite 3.43 also includes various other new features, enhancements and bug fixes, further solidifying its position in the market.

Aug 25, 2023 by Paul

SQLite iconSQLite
  333
  • ...

SQLite is a software library that provides a self-contained, serverless, transactional SQL database engine. It requires zero-configuration and is the most extensively deployed SQL database engine globally. As a relational database, SQLite's source code is publicly available. It is recognized for its lightweight nature, file-based storage, and in-memory database capabilities. Alternatives to SQLite include MySQL Community Edition, MariaDB, and PostgreSQL.

No comments so far, maybe you want to be first?
Gu