pub fn migrate_cache(conn: &Connection, schema: &str) -> Result<()>Expand description
Create the device-local cache schema on conn under the given schema
name — cache on a main-db connection from open_attached, or main
on a standalone cache-only connection.