datascript

2024-11-09T09:31:32.518989Z

Hi folks! I need a little clarification about database restore. Loading data is Lazy, but it will be exactly with the state on I mean: • I am restored the database, somewhere there is value {:status :ok} , but I did not accessed it yet • Some logic • Another process somewhere else increments :status to :fail in storage • My process querying :status with previously restored database Will :status be :ok or :fail ? I guess :ok, but want some prove)