Using bincode makes it quite tricky to debug the workspaces table, as it contains leading null bytes (which sqlite doesn't handle well). JSON is much easier to use, and more space-efficient to boot.
Using bincode makes it quite tricky to debug the workspaces table, as it contains leading null bytes (which sqlite doesn't handle well). JSON is much easier to use, and more space-efficient to boot.