Releases: lixas/MicroPyDatabase
Releases · lixas/MicroPyDatabase
v1.0-alpha
It is 'compiled' (mpy-cross'ed) file of database library
Works with MicroPython v1.9.4 on ESP32 uC
Copy file mdb.mpy to your project and use
import mdb
db = mdb.Database.open('mydb')
tbl = db.open_table('mytable')