Skip to content

v1.0-alpha

Pre-release
Pre-release

Choose a tag to compare

@lixas lixas released this 05 Dec 18:06
· 28 commits to master since this release
f9903a2

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')