Software update: SQLite 3.30

Spread the love

SQLite is a database system developed in C that can be used for websites and embedded applications, among other things. According to the developers, SQLite requires no installation and administration, supports databases up to two terabytes in size and stores an entire database in one file. Furthermore, it supports almost the full SQL92 specification and it is easy via, among others Tcl/Tk to guide. Version 3.30.0 has been released and since version 3.28.0 the following changes have been made:

SQLite Release 3.30.0

SQLite Release 3.29.0

  • Add the “sqlite_dbdata” virtual table for extracting raw low-level content from an SQLite database, even a database that is corrupt.
  • Enhancements to the CLIA:
  • Add the “.recover” command which tries to recover as much content as possible from a corrupt database file.
  • Add the “.filectrl” command useful for testing.
  • Add the long-standing “.testctrl” command to the “.help” menu.
  • Added the “.dbconfig” command

Version number 3.3
Release status Final
Operating systems Windows 7, Android, Linux, BSD, macOS, Windows Vista, Windows Server 2008, iOS, Windows Server 2012, Windows 8, Windows Server 2016
Website SQLite
Download
License type GPL
You might also like