sqlite-stored-procedures
sqlite-stored-procedures copied to clipboard
How to use as an extension
Thanks for your project, but I would like to compile it for a more recent version of sqlite, I think it should be more easy as an extension for no touching the original source of sqlite. Obviously no CREATE PROCEDURE statement but install a new procedure with a UDF, maybe like define in https://github.com/nalgeon/sqlean/.
I am not too good C programmer, a saw the code but can not identify entry points to make this an extension. Thanks if any body can make this.
Check #1