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.
</div> <div jsname="WJz9Hc" style="display:none">أسهل طريقة للاستعلام قواعد البيانات مع تاسكر، والآن مع القدرة على إنشاء قواعد البيانات الخاصة بك! لا حاجة للبحث عن ثنائي سكليتي متوافق مع هاتفك. ببساطة إضافة خطوة تاسكر سكليتي البرنامج المساعد لمهمة تاسكر، وإدخال المسار إلى قاعدة البيانات وبيان مزود الخاص بك، وتنفيذه.
========== ========== العائد المتغيرات
لادخال البيانات مع الأعمدة المحددة أي INSERT INTO tTableName (colX، كولي) VALUES (valX، valY):
٪ dbrowid = هوية صف من الصف المدرج حديثا
لstatments SELECT:
٪ dbreturn = الناتج من بيان مزود بنفس الطريقة التي يعامل بها سكليتي الثنائية (الأعمدة مفصولة أنابيب والصفوف مفصولة خطوط جديدة) بحيث يمكن أسقطت في دون أي تغييرات أخرى إلى المهام سكليتي القائمة.
٪ dbreturncount = عدد الصفوف عاد
dbrows٪ () = مجموعة من الصفوف لذلك لم يكن لديك لتقسيم٪ dbreturn من حرف سطر جديد
٪ ديسيبل [column_name_lower_case] () = مجموعة من القيم لكل عمود (استبدال [column_name_lower_case] مع الاسم الفعلي للعمود)
هذا التطبيق هو حاليا في مرحلة تجريبية. الرجاء الإبلاغ عن أي القضايا عبر البريد الإلكتروني.
مطلوب الجذرية للوصول إلى قواعد بيانات التطبيق الآخر.</div> <div class="show-more-end">