spatialdude / usqlite

μSQLite library module for MicroPython
MIT License
87 stars 18 forks source link

bye, mp_module_get_loaded_or_builtin #18

Closed lehenbauer closed 8 months ago

lehenbauer commented 1 year ago

the micropython people got rid of "mp_module_get_loaded_or_builtin" but added "mp_module_get_builti"n, which takes a boolean as a second argument. This gets usqlite to run against current micropython.

spatialdude commented 8 months ago

@lehenbauer Thanks for fixing this.

BTW The usqlite update for micropython v1.21 is almost done.