SQLite
From Wildsong
I am using SQLite for a web + Android app that will track and map my MPGs.
Schema
id key date datetime odometer decimal(7,1) mileage decimal(5,1) distance traveled since last fillup gallons decimal(5,3) price decimal(6,3) price per gallon cost decimal(6,2) total purchase lat text lon text comment text ex: gas station name and address
Calculated
mpg average mpg