Sync your own workout data from your "Strong" app
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

cargo fmt

tolik518 a25baee9 599f9ec1

+1 -1
+1 -1
strong-api-fetch/src/clickhouse_saver.rs
··· 1 1 use clickhouse::Row; 2 + use clickhouse::insert::Insert; 2 3 use serde::{Deserialize, Serialize}; 3 4 use std::error::Error; 4 - use clickhouse::insert::Insert; 5 5 use strong_api_lib::data_transformer::Workout; 6 6 use time::OffsetDateTime; 7 7 use time::format_description::well_known::Rfc3339;