SQLite User Forum

User -efined functions in the CLI?
Login
(Other 'anonymous' than OP)

No, not directly.
But using an extension you can create functions using Lua in the CLI.

Check out [Lua for SQLite](https://github.com/abiliojr/sqlite-lua)