garmin-cli 2.0.2

CLI for Garmin Connect API - activities, health metrics, and more
Documentation
1
2
3
4
5
6
7
8
9
//! Database models for Garmin data
//!
//! This module contains data models used throughout the application.
//! The models were originally designed for DuckDB but are now used with
//! Parquet storage for concurrent read access.

pub mod models;

pub use models::*;