I need to run a small database on a Arduino/Esp32.
Does anyone know if there is a libary that can help me with this.
This is what I got now.
2 Tables. Both with less than 10 fields. Less than 50 records in both tables.
I need to load/save them on a sd card.
I need to perform really simple queries like:
· Select all in table one where field_x<= 3
· Sort these numerically from field_2
Then of course add/delete records, and change fields.
I could define the tables as structs, and then sort them on this. But I would rather not go that route, and I think this might be memory hungry(if I make it)).
It would be great is a library for this already exists. I remember that I used a small database like this in Turbo Pascal 4.0. Must be in 1991 or so.
So If anyone has come across this please feel free to reply.
All the best
Pete