spatialdude / usqlite

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

Compile error #12

Closed emile-cronje closed 8 months ago

emile-cronje commented 1 year ago

Good day

I am following the getting started section on https://github.com/spatialdude/usqlite

I get the following error when following the instructions on https://github.com/spatialdude/usqlite/wiki/unix

sqlite/usqlite_module.c:127:35: error: ‘mp_obj_type_t’ {aka ‘const struct _mp_obj_type_t’} has no member named ‘make_new’

Ubuntu 22.04

Regards

l-atome commented 1 year ago

Perhaps watch my new post ... https://github.com/spatialdude/usqlite/issues/13 ... three days to adapt this beautiful code with new update os

spatialdude commented 1 year ago

@emile-cronje @l-atome Please try out the latest version of µsqlite module. It has been updated to support the latest version of MicroPython (thanks @dpgeorge) as well as updated to the latest version of SQLite (3.40.1).