sqlean
All the missing SQLite extensions: crypto, stats, text, fuzzy, uuid, ipaddr, and vsv.
Why consider sqlean?
sqlean is a comprehensive collection of modular, production-ready SQLite C extensions curated by Anton Zhiyanov. It adds cryptographic hashing (SHA256, HMAC), fuzzy string search (Levenshtein, Soundex), regular expressions, UUID generation, and statistical aggregations to SQLite.
Learn sqlean by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of sqlean
sqlean enhances embedded SQLite databases with advanced mathematical, cryptographic, and text manipulation functions.
Quickstart
# Load into SQLite shell.load ./cryptoSELECT sha256('hello world');sqlean is licensed under the permissive MIT License.
Related tools
More options with a similar category or technology profile.
diskus
Minimal, fast alternative to du -sh written in Rust using multi-threaded directory traversal.
peco
Simplistic interactive filtering tool for Unix pipelines, process lists, and file trees.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
Freeze
Generate beautiful image screenshots and SVGs of code snippets and terminal outputs.