Shortcuts

The following shortcut actions are available in the Apple Shortcut application.

Shortcuts With Input CSV file

Create SQLite DB from CSV File

This Shortcut action requires a CVS text file as input and create a SQLite database as output.
Parameters like charset encoding, separator type and table name are available.

Shortcuts to Execute SQL Script

Execute SQLite Script with SQLite File

This Shortcut action requires a SQLite database file as input, the SQL statement and optionally named parameters.

Execute SQLite Script with DB Name

This Shortcut action requires the name of a database present in the application or an iCloud "SQLite Mobile" database, and the script name created in the application or directly the SQL statement.

Shortcuts for Local Database Files Management

Shortcuts that works with database files imported in the application or iCloud "SQLite Mobile" databases.

Add SQLite Database

This Shortcut action adds the input specified file in the application as local database, to be used by other Shortcuts or from the main app as well.

Get SQLite Database

This Shortcut action returns a copy of the specified local database present in the application.

Get Database List

This Shortcut action returns the name list of all local databases present in the application.

Shortcuts Utility

Function Generator

This Shortcut action generates values from functions like UUID, CUID or random string with a specific length.

Hex Encoder

This Shortcut action encodes a binary file into HEX string, useful for insert data into BLOB fields.

Shortcuts Remote Dictionary

iCloud remote dictionary, it is user based, iCloud synchronized and not related to the database files.

Check what is the remote dictionary.

Remote Dictionary

This Shortcut action returns the entire dictionary in JSON string format.

Remote Dictionary Get Value

This Shortcut action returns the value of the specified key.

Remote Dictionary Set Value

This Shortcut action sets a new value to the specified key.

Remote Dictionary Delete Value

This Shortcut action deletes the value of the specified key.

Remote Dictionary Replace

This Shortcut action replaces the entire dictionary with the new one specified.