TutorialsDB ChainOn this pageDB ChainClonenew clone db with every chain callfmt.Printf("%p", db) // #1fmt.Printf("%p", db.Debug()) // #2fmt.Printf("%p", db.Must()) // #3Must Modewill check the RowsAffected > 0 or Scan rows > 0db.Must()Debug Modedb.Debug()