= "sqlite"
= "On-device SQLite — exec / query → JSON rows (free)"
[]
= ["android/SqlitePlugin.kt"]
= '"sqlite" to SqlitePlugin(application)'
[]
# libsqlite3 via the system SQLite3 module (no extra link). Matches the Android exec/query contract.
= ["ios/SqlitePlugin.swift"]
= 'case "sqlite": return await SqlitePlugin.handle(op: op, input: input)'