6 ms·
Don't Application-Defined SQL functions fulfill the role of stored procedures? https://www.sqlite.org/appfunc.html https://www.sqlite.org/appfunc.html
by me_bx 2y ago
Don't Application-Defined SQL functions fulfill the role of stored procedures?
https://www.sqlite.org/appfunc.html https://www.sqlite.org/appfunc.html
- qazxcvbnm 2y agoYes, but you have to write C; I am more confident in SQL, and SQL fits better with the rest of my data stack.