mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-19 11:29:41 -05:00
9684881b5f
While this causes the cache to potentially grow infinitely, having a DataStore keep track of every value it's read or written makes it simpler to program with. Once types.Ref can only come to be by being read out of a DataStore, we can do away with this altogether.