sqlite-stored-procedures icon indicating copy to clipboard operation
sqlite-stored-procedures copied to clipboard

How to use as an extension

Open jmdiazlr opened this issue 1 year ago • 1 comments

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.

jmdiazlr avatar Aug 14 '24 21:08 jmdiazlr

Check #1

kroggen avatar Aug 15 '24 02:08 kroggen