Vector tiles can also be stored in the MBTiles format.
It would be good if the spec explained how. From what I can tell:
format metadata should be pbf.
- Vector tiles should be deflate-compressed.
The Mapbox.com implementation also appears to require a json metadata field containing various JSON-encoded values, but I'm presuming this is implementation-specific rather than part of the MBTiles spec.