nalgeon / sqlean

The ultimate set of SQLite extensions
MIT License
3.65k stars 115 forks source link

Is there a precompiled binaries for Android (Java or Kotlin)? #89

Closed nalgeon closed 1 year ago

nalgeon commented 1 year ago

Is there a precompiled binaries for Android (Java or Kotlin)?

Originally posted by @jepiqueau

nalgeon commented 1 year ago

Nope.

jepiqueau commented 1 year ago

@nalgeon any plan to do this ?

nalgeon commented 1 year ago

No current plans. Why?

jepiqueau commented 1 year ago

i would like to use the sqlite extensions on mobile (Android and iOS). I am the author of the @capacitor-community/sqlite plugin which run on Browser, Electron, iOS and Android App. I have a request from developers to add the load extension method to the plugin. Looking for SQLite loadable extension for testing i found your site i tested the math extension in DB Browser for SQlite and it works to make my mind before staring the implementation on the plugin

nalgeon commented 1 year ago

I'm afraid I know nothing about Android/iOS ecosystems. I have no idea how to compile SQLite extensions for these OS using GitHub Actions.

jepiqueau commented 1 year ago

@nalgeon ok thanks for your time. You can close the issue

nalgeon commented 1 year ago

I'll be happy to revisit the issue if someone sends a PR or at least an example.