pub type CompactType = Vec<u8>;
CompactType is the type used for compact serialization in sqlite backend
pub struct CompactType { /* private fields */ }