Hello guys,
I'm trying to port unqlite to a embedded device with a very limited libc capabilities, a very old cross-platform gcc and super obscure OS. The manufacturer provides a API with memory and file operations implemented instead.
Whats is the procedure for porting unqlite to my device? Populate the structure of mem methods and vsf methods? Singlethread is enable by default?
thanks a lot and best regards!