You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Up until now we've gotten away with using the state.json file in the root of buckets. This is an unsustainable design: we won't get away with this for much longer.
I'd like to switch to SQLite for this stuff. We want stricter schemas, validation, and migrations if we're actually going to put pxl to use in a production setting and handle upgrades across versions. I also have some nice ideas about resumable uploads
The text was updated successfully, but these errors were encountered:
Up until now we've gotten away with using the
state.json
file in the root of buckets. This is an unsustainable design: we won't get away with this for much longer.I'd like to switch to SQLite for this stuff. We want stricter schemas, validation, and migrations if we're actually going to put
pxl
to use in a production setting and handle upgrades across versions. I also have some nice ideas about resumable uploadsThe text was updated successfully, but these errors were encountered: