Feature: Cross compilation of sqlite extension for ios and android for react native apps
Volland opened this issue · comments
Describe what you are looking for
I am keen to use sqlite extension with react native application
To make it happen i could use op-sql library that load extensions but for this i need a extension compiled to next platforms
For ios and mac we need Xcframework like structure .
Sample could be found https://github.com/vlcn-io/cr-sqlite/blob/main/core/all-ios-loadable.sh
ios x64
ios 64 simulator
android arm64-v8a
android armeabi-v7a
android x86
android x86_64
Can you contribute to the implementation?
- I can contribute
Is your feature request specific to a certain interface?
Other
Contact Details
Is there an existing issue for this?
- I have searched the existing issues
Code of Conduct
- I agree to follow this project's Code of Conduct
This task is very niche and would significantly complicate what is already one of trickiest GitHub CI pipelines.
@ashvardanian sqlite for mobile is one of the biggest usecases . it make sqlite most popular db in world. it sad that mobile development in general ignored by team