This is a fork/rework/remix of Tom Bennedum's open-sourced aix-SQLite extension. (all Credits to Tom!)
I have stripped it back to a bare-bones/expert version, without (hopefully) affecting functionality.
The key to working with this extension/sqlite is:
- being clear about which database file and also which database you are working with
- remembering to OPEN the database to carry out data operations (SELECT etc)
- remembering to CLOSE the database to carry out file operations (IMPORT/EXPORT etc)
- the default file path for IMPORT/EXPORT is the ASD (or Assets if you use
//
on IMPORT) - knowing that all SELECT queries are returned as AI2 lists
I have written a guide to complement this release:
Working with SQLite
.
.
- Latest Version: 3krelease (fixed SQLError event)
- Tested: This has been tested on App Inventor 2 using Android 9, 10 and 13 devices, companion 2.66u, and compiled apk. It may work on other derivatives....e.g. Kodular/Niotron/etc.
- Released: 2022-05-18T23:00:00Z
- Last Updated: 2023-02-19T00:00:00Z
- Built: Using the Rush Extension Builder by @shreyash
Extension
Also see:
Integrating SQLite with Google Sheets
Enjoy , and all feedback, comments and questions welcome.
Available for use in any MIT AppInventor projects or competitions
#####################################################################
This work by TIMAI2 is licensed under an
MIT Licence
#####################################################################