[Work in progress/pre-alpha/dragons, etc.] Just got transparent persistence working on WhatDB? – the tiny, in-memory, write-on-update database I’m building for simple server-side data in Site.js.
If you want to poke around, here it is:
https://github.com/small-tech/whatdb
Next: get full test coverage before implementing the querying mechanism :) Quite enjoying this. (But have to keep reminding myself to do the minimum I need for Small Web as there are other things to build too.)
@croqaz Indeed. The whole reason behind Site.js is because what works for Big Web/Big Data/etc., isn’t what works or is needed for Small Web.