SQLite Forum

Shell Edit() Function
Login
>  I would like to find out if it is possible to extract the Edit() function from Shell.c

`edit()` is just a plain old user-defined function and appears (at a cursory glance) to have no unusual dependencies which would hinder extracting it into other code:

<https://sqlite.org/src/file?ci=trunk&name=src%2Fshell.c.in&ln=1278-1420>