Tasker SQLite Plugin

Tasker SQLite Plugin

一個塔斯克插件,它允許您創建,更新和查詢數據庫。

下載

歷史版本

Tasker SQLite Plugin
Tasker SQLite Plugin 1.3.3 APK
2016年04月07日 1.59 MB

Requires Android: Android 4.0.3+

Screen DPI: 120-640dpi

SHA1: d5c02a1c4833453b82bf6f1920822c616b6504b3

Size: 1.59 MB

What's New:

-Fixed crash when creating a database
-Better %dberr messages if database creation fails
Tasker SQLite Plugin
Tasker SQLite Plugin 1.3.1 APK
2016年02月28日 1.5 MB

Requires Android: Android 4.0.3+

Screen DPI: 120-640dpi

SHA1: 84aecebff3385d230f1eb0d63b9fac9f4d589233

Size: 1.5 MB

What's New:

-FAB now shows above the keyboard
-null replaced with an empty string in return data (turned into an option)
-Parse insert statements and return the row id (%dbrowid)
-More variables on select statements:
%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[columnnamelowercase]() = an array of values for each column (replace [columnnamelowercase] with the actual name of the column in lower case)
Tasker SQLite Plugin
Tasker SQLite Plugin 1.2 APK
2016年02月23日 1.49 MB

Requires Android: Android 4.0.3+

Screen DPI: 120-640dpi

SHA1: fe05b63cf263ab71faa975b25d4e3f81f19c8d15

Size: 1.49 MB

What's New:

Added the ability to create, modify, and query databases on the external storage (this includes the /sdcard folder for phones without removable storage). This also works for non-rooted phones!

So if you would prefer to store data in a database rather than Tasker variables, text files, etc you now can.