| Action | Description |
|---|---|
| Sqlite.close | Closes a previously opened SQLite database. |
| Sqlite.exec | Executes a SQL statement on a SQLite database. |
| Sqlite.open | Opens a SQLite database and returns an ID that can be used for future operations. |
| Sqlite.rekey | Changes, removes, or adds an encryption key to a SQLite database. |