Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add getDylibPath for loading runtime extensions on iOS #192

Merged
merged 1 commit into from
Nov 30, 2024

Conversation

ospfranco
Copy link
Contributor

@ospfranco ospfranco commented Nov 30, 2024

It's now possible to load dylibs on iOS to call the sqlite method to load an extension. This was always possible on Android but on iOS dylibs are heavily restricted and packaged into frameworks, this requires to get the runtime path of the packaged binary from iOS APIs. There is now a method one can use to get the binary path on iOS and pass the full path to the loadExtension call to sqlite.

Docs are updated, scroll down to loading extensions:

https://ospfranco.notion.site/API-1a39b6bb3eb74eb893d640c8c3459362

@ospfranco ospfranco merged commit 16f6a46 into main Nov 30, 2024
7 checks passed
@ospfranco ospfranco deleted the oscar/extension-loading branch November 30, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant