mobiler 0.19.0

Build mobile apps in Rust — one core, native UI on Android, iOS, and the web (CLI)
1
2
3
4
5
6
7
8
9
name = "sqlite"
summary = "On-device SQLite — exec / query → JSON rows (free; Android now, iOS in the fast-follow)"

[android]
sources = ["android/SqlitePlugin.kt"]
register = '"sqlite" to SqlitePlugin(application)'

# iOS (libsqlite3 via the SQLite3 module) lands in the fast-follow; until then `cx.plugin("sqlite",…)`
# degrades gracefully on iOS (no handler → "not available").