Hi! Would there be any facility whereby after each transaction I do on a database or table, I could somehow make a snapshot so that at any future point in time, I could easily do a SELECT to a given version/snaphot?
Any solution based purely on SQL would be extremely expensive I guess (e.g. introduce columns for snapshot index and deletedness). Implementing my own VFS would be a good way I guess, but also extremely complex. Thoughts? Thanks!

