unum-cloud / usearch

Fast Open-Source Search & Clustering engine × for Vectors & 🔜 Strings × in C++, C, Python, JavaScript, Rust, Java, Objective-C, Swift, C#, GoLang, and Wolfram 🔍

Home Page:https://unum-cloud.github.io/usearch/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

volodymyr@mykin.ai

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