Fröhlich Mara

Results 33 comments of Fröhlich Mara

Sounds good. I'll test if this causes any issues with using blinkDB with node.

For now, you can simply use `many`/`insertMany` with ```ts // save const items = await many(table); saveDataSomewhere(items); // load const items = loadDataFromSomewhere(); await insertMany(table, items); ``` I will implement...