Skip to content

Supported File Formats

Supported diabetes device data formats

📱 XDrip+ SQLite

  • Default SQLite database from XDrip+
  • Contains BgReadings and Treatments tables
  • Full CGM and treatment data support
  • Export: Settings → Data Export → Export Database

📑 Schema Structure

-- BgReadings Table
timestamp          -- UTC timestamp
calculated_value   -- Glucose in mg/dL
raw_data          -- Raw sensor data

-- Treatments Table
timestamp    -- UTC timestamp
insulin      -- Insulin dose in units
insulinJSON  -- Insulin type metadata
carbs       -- Carbohydrates in grams
notes       -- Treatment notes

🔄 Other Formats (Coming Soon)

  • Dexcom CSV Export
  • Freestyle Libre CSV
  • Nightscout Data

Add Custom File Formats

Check out our API and developer guide if you would like to add your own formats to the program.