graemedouglas / LittleD

A relational database for embedded devices and sensors nodes
Apache License 2.0
726 stars 51 forks source link

Possibility of in-memory LittleD #15

Open YogzZ opened 3 years ago

YogzZ commented 3 years ago

Hi, I am working on an original operating system, and I really appreciate that LittleD is one of a few databases that can run on our system. So I want to do some further research on LittleD: add an in-memory model and transform between memory and dist.

Would you give me some advice?

If I re-write some functioni like 'fopen', 'fwrite' used in 'dbstorage' and make them operate a virtual file, is it enough?