David
12/04/2018, 12:23 AMspot {
buoy = postion { ... }
tide = position { ... }
preferences = prefer { ... }
} insert into database
Where I have got to:
spot {
buoy = postion { ... }
tide = position { ... }
preferences = prefer { ... }
insert(spot, into(database))
}