usqlite icon indicating copy to clipboard operation
usqlite copied to clipboard

μSQLite library module for MicroPython

Results 15 usqlite issues
Sort by recently updated
recently updated
newest added

Hello, I started compiling firmware again for ESP32 (generic, c3, s3) ... I tried again to include your usqlite module and I get the following errors (see attached file) I...

Hello! Im trying to build firmware for Lolin S2 Mini. I put the sqlite directory into micropython/examples and include its cmake file into main cmake file in examples. Using: make...

Hello! I'm playing with an idea to use sqlite on microcontroller (RPI PICO). I've successfully built the firmware with usqlite module (with micropython v1.22.1) When I execute the example script...

Good day If I run the attached script (see below), tested on windows, unix and stm32f769 builds, it runs fine until the free memory drops below 5%, and then crashes...

Good day Are there any plans to make usqlite compatible with micropython 1.21? I get a compile error in usqlite_cursor.c in function: STATIC mp_obj_t row_tuple(usqlite_cursor_t *cursor) { int columns =...

Micropython supports [native code in `mpy` files](https://docs.micropython.org/en/latest/develop/natmod.html). This means that, theoretically, you could build this project in such a way that you do not need to build and use a...

enhancement

I am using ESP32-S3 and ESP-IDF4.4.2, but there was an error during compilation: ` #define TYPE_HAS_ITERNEXT(type) (type->flags & (MP_TYPE_FLAG_ITER_IS_ITERNEXT | MP_TYPE_FLAG_ITER_IS_CUSTOM | MP_TYPE_FLAG_ITER_IS_STREAM)) ` I think it should be caused...

Hello, I just try the new version of uSqlite for micropython 1.196 ... No problems with the ports "unix" but it fails with the port "ESP32" ... ``` /sauvExt/esp32-1.19-4.4/modules/usqlite/sqlite3.c: In...

esp32wroom32 micropython1.8 `Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled. Core 0 register dump: PC : 0x4023ffe7 PS : 0x00060130 A0 : 0x80166468 A1 : 0x3ffcdf40 A2 :...

error: unknown option after '#pragma GCC diagnostic' kind [-Werror=pragmas] #pragma GCC diagnostic ignored "-Wfloat-conversion"