Discover

Topics

Tasker SQLite Plugin

Tasker SQLite Plugin APK

Tasker SQLite Plugin APK

1.3.3 FreeHotman[n] ⇣ Download APK (1.59 MB)

A Tasker plugin that allows you to create, update, and query databases.

What's Tasker SQLite Plugin APK?

Tasker SQLite Plugin is a app for Android, It's developed by Hotman[n] author.
First released on google play in 8 years ago and latest version released in 8 years ago.
This app has 8.1K download times on Google play and rated as 4.36 stars with 69 rated times.
This product is an app in Tools category. More infomartion of Tasker SQLite Plugin on google play
The easier way to query databases with Tasker, now with the ability to create your own databases! No need to hunt for a SQLite binary that is compatible with your phone. Simply add the Tasker SQLite Plugin step to a Tasker task, input the path to the database and your sql statement, and execute.

========== Return Variables ==========
For INSERT statements with columns specified i.e. INSERT INTO tTableName(colX, colY) VALUES (valX, valY):
%dbrowid = the row id of the newly inserted row

For SELECT statments:
%dbreturn = the output of the sql statement in the same way as the sqlite binary (columns separated by pipes and rows separated by new lines) so it can be dropped in without any other changes to existing SQLite tasks.
%dbreturncount = the number of rows returned
%dbrows() = an array of rows so you don't have to split %dbreturn by the new line character
%db[column_name_lower_case]() = an array of values for each column (replace [column_name_lower_case] with the actual name of the column)



This app is currently in beta. Please report any issues via email.

Root is required to access other app's databases.