Skip to content

Releases: nalgeon/sqlite

3.47.0

26 Oct 06:30
Compare
Choose a tag to compare

SQLite 3.47.0 + Sqlean 0.27.1.

3.46.0

12 Jun 23:34
Compare
Choose a tag to compare

SQLite 3.46.0 + Sqlean 0.24.0.

3.45.1

06 Feb 08:34
Compare
Choose a tag to compare

SQLite 3.45.1 + Sqlean 0.21.10.

3.45.0

19 Jan 20:22
Compare
Choose a tag to compare

SQLite 3.45.0.

3.44.0

12 Nov 20:09
Compare
Choose a tag to compare

SQLite 3.44.0.

3.43.0

28 Aug 09:38
Compare
Choose a tag to compare

SQLite 3.43.0 + Sqlean 0.21.8.

3.42.0-u1

16 Jun 19:17
Compare
Choose a tag to compare

SQLite 3.42.0 + Sqlean 0.21.5.

3.42.0-sqlean

11 Jun 10:50
Compare
Choose a tag to compare

Sqlean shell is SQLite bundled with a collection of essential extensions ranging from regular expressions and math statistics to file I/O and dynamic SQL.

  sqlean shell =
┌─────────────────────────┐
│ sqlite shell            │
├ + ──────────────────────┤
│ crypto  define  fileio  │
│ fuzzy   math    regexp  │
│ stats   text    unicode │
│ uuid    vsv             │
└─────────────────────────┘

Builds are available for every OS:

  • sqlean.exe - for Windows
  • sqlean-ubuntu - for Ubuntu (and other Debian-based distributions)
  • sqlean-macos - for macOS (supports both Intel and Apple processors)

Sqlean version: 0.21.0

Note for macOS users. macOS disables unsigned binaries and prevents the sqlean shell from running. To resolve this issue, remove the build from quarantine by running the following command in Terminal (replace /path/to/folder with an actual path to the folder containing the sqlean-macos binary):

chmod +x /path/to/folder/sqlean-macos
xattr -d com.apple.quarantine /path/to/folder/sqlean-macos

3.42.0

31 May 18:38
Compare
Choose a tag to compare

SQLite 3.42.0.

3.40.0

19 Dec 12:18
Compare
Choose a tag to compare

SQLite 3.40.0.