Nano rp2040 internal database

I'm using arduino labs with micropython,
is there an option for an internal database like sqlite or btree?
none of them are pre-installed and pip, upip, or mip doesn't work so I can't install new libraries,
please advise,
thanks

1 Like

Similarly, I would like to know how to use mip or upip to install a MQTT module.

You can compile into lib:

btree – simple BTree database — MicroPython latest documentation

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.