Micropython supports native code in mpy files. This means that, theoretically, you could build this project in such a way that you do not need to build and use a new micropython firmware image... You would just download a pre-built usqlite.mpy file for your microcontroller architecture, copy it over, and away you go.
This would be a super useful option, especially for those who are hesitant to try building their own firmware.
Micropython supports native code in
mpyfiles. This means that, theoretically, you could build this project in such a way that you do not need to build and use a new micropython firmware image... You would just download a pre-builtusqlite.mpyfile for your microcontroller architecture, copy it over, and away you go.This would be a super useful option, especially for those who are hesitant to try building their own firmware.