Hacker News new | ask | show | jobs
by kiwicopple 1157 days ago
this is a similar issue we face with Auth. We want to give direct access to the data/tables, and at the same time we need some flexibility to alter the tables on rare occasions.

We've dabbled with the idea of offering versioned views which have a "set" interface (eg `storage_v1`, `storage_v2`). We're still debating all the ways that we might do it.

All that to say - we're aware that this experience can be improved and we're working on it.