asg017 / sqlite-regex

A fast regular expression SQLite extension, written in Rust
Apache License 2.0
166 stars 7 forks source link

Andoid and iOS Support #15

Open thomastthai opened 8 months ago

thomastthai commented 8 months ago

I read the platform support page, but am curious about mobile usage.

Has sqlite-regex been ported for use on Android and iOS with SQLite?

asg017 commented 8 months ago

I haven't done it myself, but I've seen other mention it in passing, so it should be possible. It looks like Rust does support compiling to Android and iOS.

Though you may need to statically compile sqlite-regex into your application, I'm not sure if you can easily distribute a dynamically loadable SQLite extension with Android/iOS apps. Again, never done it before, so not 100% sure.

Happy to update docs if someone is able to confirm/give instructions!

thomastthai commented 8 months ago

I will update you if I find anything.

On Mon, Dec 18, 2023, 11:19 AM Alex Garcia @.***> wrote:

I haven't done it myself, but I've seen other mention it in passing, so it should be possible. It looks like Rust does support compiling to Android and iOS.

Though you may need to statically compile sqlite-regex into your application, I'm not sure if you can easily distribute a dynamically loadable SQLite extension with Android/iOS apps. Again, never done it before, so not 100% sure.

Happy to update docs if someone is able to confirm/give instructions!

— Reply to this email directly, view it on GitHub https://github.com/asg017/sqlite-regex/issues/15#issuecomment-1861393834, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD6EIZOXVVSJO73WG4CH5Y3YKCJLJAVCNFSM6AAAAABAZ7LYT2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRRGM4TGOBTGQ . You are receiving this because you authored the thread.Message ID: @.***>