fireproof-storage / fireproof

Realtime database, runs anywhere. Install Fireproof in your front-end app or edge function, and sync data via any backend.
https://fireproof.storage
Other
219 stars 16 forks source link

in memory storage option #44

Closed jchris closed 7 months ago

jchris commented 7 months ago

This is one architectural choice -- do in memory for process local, and treat any persistent storage as remote. the other option would be to plug in directly to the remote (as local) but that would likely not save any real in-memory copy or anything.