sqlite
sqlite copied to clipboard
Creating user functions
Hi! Are user functions supported?
@bokolob Can you elaborate a bit more with example so i can evaluate the work involve to support user functions
Hello, I’ve mentioned https://www.sqlite.org/c3ref/create_function.html
It would be great to use some js function in sql.
@bokolob can you give an example of one of your custom function.
I need some spatial methods, for measuring distance between points, rounding them, and some aggregation functions
It is implemented in sql.js
@bokolob with sql.js it is quite easy as it is javascript. What i have to look for is how to run javascript sqlite user function in native app ( swift, java)
@bokolob i looked at it and i can only implement user functions in web and electron plugin not in iOS and Android. so i do not think i will pursue this as i want to keep as much as possible all plugins inline