Sqlite3
-
Has anybody tried https://pypi.org/project/micropython-sqlite3/ or https://github.com/micropython/micropython-lib/blob/master/sqlite3/sqlite3.py on a gpy (or other pycom board)? I'd like to give it a shot but so much of the code out there seems deeply flawed. Even 'official' pycom files like urequests have to be tinkered with before they will run.
-
@kjm That looks like been made for micropython on Linux. It will fail at line 2, because ffilib.py (and libsqlite3.py as well) does not exist on pycom boards.