SQLite User Forum

edit() function usage
Login
I did not know about the CLI for BBEdit but -w does work in Terminal. Tried it in sqlite and worked there as well:
update books set notes=edit(notes,'bbedit -w') WHERE id=1;

Thanks @RandomCoder eh!