Versions in this module Expand all Collapse all v0 v0.0.2 Mar 3, 2026 Changes in this version + func InsertCar(tx *sql.Tx, c *Car) (int64, error) + func UpdateCar(tx *sql.Tx, c *Car) error + type Car struct + Color string + ID int64 + Make string + Model string + Year int64 + func SelectCars(tx *sql.Tx) ([]Car, error) v0.0.1 Mar 1, 2026