package models type Database interface { execute() []map[string]interface{} }