Releases: nalgeon/sqlite
Releases · nalgeon/sqlite
3.47.0
3.46.0
3.45.1
3.45.0
3.44.0
3.43.0
3.42.0-u1
3.42.0-sqlean
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 Windowssqlean-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