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 🔍
https://unum-cloud.github.io/usearch/
Apache License 2.0
1.92k stars 109 forks source link

Feature: Cross compilation of sqlite extension for ios and android for react native apps #403

Closed Volland closed 1 month ago

Volland commented 1 month ago

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?

Is your feature request specific to a certain interface?

Other

Contact Details

volodymyr@mykin.ai

Is there an existing issue for this?

Code of Conduct

ashvardanian commented 1 month ago

This task is very niche and would significantly complicate what is already one of trickiest GitHub CI pipelines.

Volland commented 1 month ago

@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