I was working on LiteCLI to support the fileio extension. These extensions are not part of the Python SQLite3 standard library. While researching, I came across Sqlean. This project serves as a drop-in replacement for the SQLite3 library and includes several SQLite extensions. Supported Extensions When Sqlean is installed, it provides several built-in extensions out of the box: crypto:hashing,encoding,anddecodingdatadefine:user-definedfunctionsanddynamicSQLfileio:readandwritefilesfuzzy:fuzzys...