Execute SQL
executeModify SQLite data on an Android device by running INSERT, UPDATE, or DELETE statements. Pulls the database, applies changes locally, then pushes it back to the device.
Instructions
Execute an INSERT, UPDATE, or DELETE SQL statement. Pulls the database, modifies it locally, then pushes it back to the device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sql | Yes | SQL statement to execute (INSERT/UPDATE/DELETE) | |
| database | Yes | Database filename (e.g. app.db) |