Hi guys, i am in the process of learning FaunaDB at the moment. One unique feature of FaunaDB that i think is impressive, is temporality. Reading the doc left me with more question:
-
Is it possible to use temporality to restore one collection into certain time in the past? Can someone show me FQL for this case? Can we use it like point-in-time recovery?
-
What if we modify document history using
Insert
orRemove
on certain ts, do we still get same result when we retrieve that document again usingAt
? -
Might be a feature request. It would be very nice if at the web dashboard, we can inspect Collection or per Document data based on certain time.
Thank you.