Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Support for sqlite3_create_function #34

Open
mcordes opened this issue Dec 20, 2016 · 1 comment
Open

Support for sqlite3_create_function #34

mcordes opened this issue Dec 20, 2016 · 1 comment

Comments

@mcordes
Copy link

mcordes commented Dec 20, 2016

Would it be possible to support custom functions in sqlite on iOS and Android. It would be desirable to be able to define custom functions and have them implemented by javascript functions.

This is definitely a wishlist item, I'm just curious if anyone would benefit from this (and even if it's technically feasible - I'm not familiar with the limitations of the sqlite implementations on mobile platforms).

@NathanaelA
Copy link
Owner

This is possible to do by creating a custom native wrapper (like what Android did) in ObjC; however this is not a feature I will be adding myself as I honestly have no use for it, and this would require a bit of work. ;-)

I am willing to accept any pull requests; or you can hire me (or someone else) to add this feature.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants