// https://github.com/mattn/go-sqlite3 sql := "INSERT INTO items(name) VALUES(?)" stmt, err := db.Prepare(sql) if err != nil { panic(err.Error()) } d