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

Get rid of bundled SQLite #57

Closed
bubelov opened this issue May 2, 2024 · 1 comment
Closed

Get rid of bundled SQLite #57

bubelov opened this issue May 2, 2024 · 1 comment

Comments

@bubelov
Copy link
Collaborator

bubelov commented May 2, 2024

https://github.com/requery/sqlite-android/releases

TODO remove bundled SQLite when Android bumps its deps

The JSON functions and operators are built into SQLite by default, as of SQLite version 3.38.0 (2022-02-22).

API 33 -> 3.32
API 34 -> 3.39 (~45% of our install base, as of April 2024)

https://www.sqlite.org/json1.html

@bubelov
Copy link
Collaborator Author

bubelov commented Jan 18, 2025

We switched to a newly released multiplatform SQLite lib, so I guess we can keep it since it can allow us to build a multiplatform codebase later. The only downside is increased APK size but we can live with that, I guess

@bubelov bubelov closed this as completed Jan 18, 2025
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

No branches or pull requests

1 participant