Tasker SQLite Plugin Application icon

Tasker SQLite Plugin 1.3.3

1.6 MB / 5K+ Downloads / Rating 4.4 - 69 reviews


See previous versions

Tasker SQLite Plugin, developed and published by Hotman[n], has released its latest version, 1.3.3, on 2016-04-01. This app falls under the Tools category on the Google Play Store and has achieved over 5000 installs. It currently holds an overall rating of 4.4, based on 69 reviews.

Tasker SQLite Plugin APK available on this page is compatible with all Android devices that meet the required specifications (Android 4.0+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: com.jordanhotmann.taskersqliteplugin

Updated: 9 years ago

Developer Name: Hotman[n]

Category: Tools

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing Tasker SQLite Plugin on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

4.4
Total 69 reviews

Reviews

1 ★, on 2020-06-23
Extrememly buggy. Only basics work. The app has been in beta for several years now. I can only assume that it is no longer being developed. Too bad as it looks promissing.

1 ★, on 2019-08-05
i cant do select with a where clause, it did not work, also how do i insert a text tyoe without ending up with "" around it Might be abounded , dev email is not working

5 ★, on 2018-12-20
Works really well !!

5 ★, on 2016-05-14
I was trying to go through all the trouble of installing sqlite3 binary to my phone just to use tasker's run shell command. Didn't work. But tried this and was able to pull data out of my calendar db on the first try. Thank you for this :)

5 ★, on 2017-06-23
Awesome! Took trial and error to work out how to create tables etc. No root needed. A shame it doesn't support BEGIN TRANSACTION and COMMIT for doing multiple inserts in one file write.

1 ★, on 2016-12-01
Automate supports trailer plugins. But for some reason this plugin keeps dieing. Android keeps saying it stopped working. Tried many combinations.

Previous Versions

Tasker SQLite Plugin 1.3.3
2016-04-01 / 1.6 MB / Android 4.0+

About this app

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.

New features

-Fixed crash when creating a database
-Better %dberr messages if database creation fails

App Permissions

Allows an application to write to external storage.
Allows an application to write to external storage.
Allows an application to read from external storage.