pub fn set_profile(profile: &SlimProfile) -> Result<(), String>Expand description
Upsert a profile to the database (INSERT … ON CONFLICT DO UPDATE).
pub fn set_profile(profile: &SlimProfile) -> Result<(), String>Upsert a profile to the database (INSERT … ON CONFLICT DO UPDATE).